Closed trainman419 closed 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 }}}
Thank you! Updates included.
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 }}}