ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There has been a recent change in the rosdistro system, and tools such as rosdep have been updated. I would recommend the following two things:
Make sure rosdep is up to date:
sudo apt-get update sudo apt-get install python-rosdep
Run sudo rosdep init
to reinitialize your /etc/ros/rosdep/sources.list.d, then rosdep update
to update your local cache
2 | formatting (multiline code doesn't work???) |
There has been a recent change in the rosdistro system, and tools such as rosdep have been updated. I would recommend the following two things:
Make sure rosdep is up to date:
sudo apt-get
update
update
sudo apt-get install python-rosdep
Run sudo rosdep init
to reinitialize your /etc/ros/rosdep/sources.list.d, then rosdep update
to update your local cache