ros2 / ros1_bridge

ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2
Apache License 2.0
425 stars 275 forks source link

Clarify README (Example 4 and parameter bridge service directionality) #362

Closed methylDragon closed 2 years ago

methylDragon commented 2 years ago

https://github.com/ros2/ros1_bridge/issues/356 highlighted an error in the README that probably arose from the fact that the service parameter bridge is monodirectional. This PR aims to fix that by adding a clarificatory note.

Also, the comments in the example yaml file were updated, and some minor ROS1/2 formatting was done.