Skip to content

Commit

Permalink
Update README.md (#296)
Browse files Browse the repository at this point in the history
Fix typo in ROS2 launch file example
  • Loading branch information
defunctzombie authored Apr 26, 2024
1 parent e37a3e1 commit ff30bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ ros2 launch foxglove_bridge foxglove_bridge_launch.xml port:=8765
```xml
<launch>
<!-- Including in another launch file -->
<include file="$(find-pkg-share foxglove_bridge)/launch/foxglove_bridge_launch.xml"/>
<include file="$(find-pkg-share foxglove_bridge)/launch/foxglove_bridge_launch.xml">
<arg name="port" value="8765"/>
<!-- ... other arguments ... -->
</include>
Expand Down

0 comments on commit ff30bdd

Please sign in to comment.