Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ sudo systemctl daemon-reload && sudo systemctl start clearpath-robot.service
Clearpath robot services can now be installed with the following command:

```
source /opt/ros/humble/setup.bash
ros2 run clearpath_generator_robot generate_launch
ros2 run clearpath_robot install
sudo systemctl enable clearpath-robot
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ sudo systemctl daemon-reload && sudo systemctl start clearpath-robot.service
Clearpath robot services can now be installed with the following command:

```
source /opt/ros/jazzy/setup.bash
ros2 run clearpath_generator_robot generate_launch
ros2 run clearpath_robot install
sudo systemctl enable clearpath-robot
```
Expand Down