Skip to content

Commit 7495c6d

Browse files
committed
Fixed source install steps to generate once prior to symlinking.
1 parent 42b6e15 commit 7495c6d

File tree

2 files changed

+2
-2
lines changed
  • docs_versioned_docs

2 files changed

+2
-2
lines changed

docs_versioned_docs/version-ros2humble/ros/installation/robot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

docs_versioned_docs/version-ros2jazzy/ros/installation/robot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)