Skip to content

Commit

Permalink
User guide subedit
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jan 22, 2025
1 parent 5c0b2d4 commit 7cc4335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/ros2/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ To create and build the workspace:
git clone https://github.com/PX4/px4_ros_com.git
```

1. __(Optional)__ From PX4 v1.16 (main), include the [Message Translation Node](../ros2/px4_ros2_msg_translation_node.md) into your workspace by running the following script.
This step is useful only if using a PX4 and px4_msgs which contain different message versions.
1. **(Optional)** From PX4 v1.16 (main), include the [Message Translation Node](../ros2/px4_ros2_msg_translation_node.md) into your workspace by running the following script.
This step is needed only if using `px4_msgs` that do not match your target version of PX4.

```sh
/path/to/PX4-Autopilot/Tools/copy_to_ros_ws.sh ../
Expand Down Expand Up @@ -344,7 +344,7 @@ In a new terminal:
source install/local_setup.bash
```

1. __(Optional)__ If the [Message Translation Node](../ros2/px4_ros2_msg_translation_node.md) was added to the workspace in the previous steps, run the translation node:
1. **(Optional)** If the [Message Translation Node](../ros2/px4_ros2_msg_translation_node.md) was added to the workspace when [building the workspace](#building-the-workspace) (step 4), run the translation node:

```sh
ros2 run translation_node translation_node_bin
Expand Down

0 comments on commit 7cc4335

Please sign in to comment.