ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Thank you! Scenario that worked for me (for other sufferers):
turtlebot$ mkdir src & cd src & catkin_init_workspace & cd .. turtlebot$ rosinstall_generator turtlebot --deps --exclude RPP --rosdistro indigo >turtlebot.rosinstall turtlebot$ wstool init -j8 src turtlebot.rosinstall
2 | No.2 Revision |
Thank you! Scenario that worked for me (for other sufferers):
turtlebot$
$
mkdir src