]> git.leonardobizzoni.com Git - pioneer-stm32/commitdiff
update readme
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 25 Feb 2020 13:59:10 +0000 (14:59 +0100)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 25 Feb 2020 13:59:10 +0000 (14:59 +0100)
utils/catkin_ws/README.md

index 9ed818906fff5f5e92879f2f0d43c97021c71dd8..65c66108804dff05ea2b1993b5d19f94090cb952 100644 (file)
@@ -2,10 +2,16 @@
 
 This workspace contains useful ros nodes to drive Otto and get the odometry.
 
-ROS nodes:
+ROS packages and nodes:
 
-* joy_to_cmd_vel: used to translate joy msgs to cmd_vel msgs
-* cmd_vel_transmitter: used to send the velocities setpoints to the board through the serial adapter.
+* jopad_bridge:
+    * joy_to_cmd_vel: used to translate joy msgs to cmd_vel msgs
+    
+* serial_bridge:
+    * serial_transmitter: subscribes to cmd_vel_throttled and send the velocities setpoints to the board through the serial adapter.
+    * serial_receiver: receives otto_status and publish odometry and tf.
 
 ROS launches:
-* joypad.launch: launches the necessary nodes to drive Otto with a joypad. Requires joy, joy_to_cmd_vel, cmd_vel_transmitter.
+* serial\_bridge.launch: launches serial_bridge nodes.
+* joypad.launch: launches the necessary nodes to drive Otto with a joypad. Requires joy, joy\_to\_cmd\_vel, serial_bridge.launch
+* dario.launch: launches rosserial node needed for Dario's joypad. Thanks Dario.
\ No newline at end of file