Skip to content

Commit 08ac2e5

Browse files
authored
mobile_base_arm_tutorial: Fix file directory consistency (#362)
some mentioned ~/ws_moveit2/ and some ~/ws_moveit/
1 parent 062a37d commit 08ac2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/examples/mobile_base_arm/mobile_base_arm_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Installation
1515

1616
Install the dependencies: ::
1717

18-
cd ~/ws_moveit/src
18+
cd ~/ws_moveit2/src
1919
wget https://raw.githubusercontent.com/PickNikRobotics/stretch_ros/ros2/stretch_ros.repos
2020
vcs import < stretch_ros.repos
2121
rosdep install -r --from-paths . --ignore-src --rosdistro {DISTRO} -y
2222

2323
Build the colcon workspace: ::
2424

25-
cd ~/ws_moveit
25+
cd ~/ws_moveit2
2626
colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release
2727

2828
Source the colcon workspace: ::

0 commit comments

Comments
 (0)