File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
version-ros2humble/ros/installation
version-ros2jazzy/ros/installation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ sudo systemctl daemon-reload && sudo systemctl start clearpath-robot.service
292292 Clearpath robot services can now be installed with the following command:
293293
294294 ```
295- source /opt/ros/humble/setup.bash
295+ ros2 run clearpath_generator_robot generate_launch
296296 ros2 run clearpath_robot install
297297 sudo systemctl enable clearpath-robot
298298 ```
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ sudo systemctl daemon-reload && sudo systemctl start clearpath-robot.service
362362 Clearpath robot services can now be installed with the following command:
363363
364364 ```
365- source /opt/ros/jazzy/setup.bash
365+ ros2 run clearpath_generator_robot generate_launch
366366 ros2 run clearpath_robot install
367367 sudo systemctl enable clearpath-robot
368368 ```
You can’t perform that action at this time.
0 commit comments