moveit / moveit_docs

DEPRECATED - see https://github.com/ros-planning/moveit.ros.org
5 stars 10 forks source link

Update source install docs to rosws #5

Closed trainman419 closed 11 years ago

trainman419 commented 11 years ago

Instead of:

{{{ wget https://raw.github.com/ros-planning/moveit_docs/master/moveit.rosinstall mkdir src rosinstall src/ /opt/ros/groovy moveit.rosinstall }}}

Use:

{{{ mkdir src cd src/ rosws init . rosws merge https://raw.github.com/ros-planning/moveit_docs/master/moveit.rosinstall rosws update }}}

isucan commented 11 years ago

Thank you! Updates included.