-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problems #32
Comments
Hey @xkhainguyen , I have just open an issue ticker regarding the 3rd point you mentioned about 'tracking_camera_odom'. In fact, the 'tracking_camera_odom' coordinate is not shown at all in RViz. |
Thanks for your response! |
Hi,
Let me know if everything works. |
It seems that (3) can solve (2) as well. Thanks. |
Hi,
I am running Ubuntu 20.04, ROS Noetic. I found these issues
rosdep install --from-paths . --ignore-src --os=ubuntu:focal -r -y
should be:
rosdep install --from-paths . --ignore-src -r -y
otherwise, it will be skipping some necessary packages like
twist_tmux
,joy
andteleop_twist_joy
I cannot control it with
keyboard_teleop
But rviz cannot load the costmap
Thanks
The text was updated successfully, but these errors were encountered: