Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.27 KB

Leo_firmware

ROS API

Subscribed topics

  • cmd_vel (geometry_msgs/Twist)

    Target velocity of the Rover. Only linear.x (m/s) and angular.z (r/s) are used.

  • servoX/angle (std_msgs/Int16)

    Angular position (in degrees) of servo X. Angle to pulse duration relationship is configurable through params.h file

  • servoX/pwm (std_msgs/UInt16MultiArray)

    Pulse duration and period (in us). The values are passed through data array. Publishing to pwm topic overrides angle value and vice versa

Published topics