We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062a37d commit 08ac2e5Copy full SHA for 08ac2e5
doc/examples/mobile_base_arm/mobile_base_arm_tutorial.rst
@@ -15,14 +15,14 @@ Installation
15
16
Install the dependencies: ::
17
18
- cd ~/ws_moveit/src
+ cd ~/ws_moveit2/src
19
wget https://raw.githubusercontent.com/PickNikRobotics/stretch_ros/ros2/stretch_ros.repos
20
vcs import < stretch_ros.repos
21
rosdep install -r --from-paths . --ignore-src --rosdistro {DISTRO} -y
22
23
Build the colcon workspace: ::
24
25
- cd ~/ws_moveit
+ cd ~/ws_moveit2
26
colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release
27
28
Source the colcon workspace: ::
0 commit comments