ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Well, I don't know why, but when I git cloned the robot_model package to my catkin workspace, instead of just installing it using apt-get I finally managed to build my testbot_description package.
Does anyone know why? At least I can proceed with the urdf tutorials, now, and I hope this will help others.
$ cd ~/catkin_ws/src
$ git clone https://github.com/ros/robot_model
2 | No.2 Revision |
Well, I don't know why, but when I git cloned the robot_model package to my catkin workspace, instead of just installing it using apt-get I finally managed to build my testbot_description package.
Does anyone know why? At least I can proceed with the urdf tutorials, now, and I hope this will help others.
$ cd ~/catkin_ws/src
$ git clone https://github.com/ros/robot_model
$ cd ~/catkin_ws
$ catkin_make