diff --git a/docs_versioned_docs/version-ros2humble/ros/installation/robot.mdx b/docs_versioned_docs/version-ros2humble/ros/installation/robot.mdx index 72e8e176..f9226588 100644 --- a/docs_versioned_docs/version-ros2humble/ros/installation/robot.mdx +++ b/docs_versioned_docs/version-ros2humble/ros/installation/robot.mdx @@ -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 ``` diff --git a/docs_versioned_docs/version-ros2jazzy/ros/installation/robot.mdx b/docs_versioned_docs/version-ros2jazzy/ros/installation/robot.mdx index 4475c75f..7f2cf8a7 100644 --- a/docs_versioned_docs/version-ros2jazzy/ros/installation/robot.mdx +++ b/docs_versioned_docs/version-ros2jazzy/ros/installation/robot.mdx @@ -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 ```