Package for controlling the steering wheel for the COMS EV project.
$ cd ~/ros/catkin_ws/src
$ git clone https://github.com/naoki-mizuno/coms_steering
$ cd ~/ros/catkin_ws
$ catkin_make
$ rosrun coms_steering coms_steering_node
port
: port that the actuator is connected tobaudrate
: baud rate of the actuatorfrequency
: frequency at which to publish the angle messageorigin_offset
: pulse count between the mechanical and electrical origin`limit_ccw
: [maximum CCW rotation angle in radians, pulse count at that point]limit_cw
: [maximum CW rotation angle in radians, pulse count at that point]
cmd_steer
: commands the steering wheel angle in radians
angle
: current angle of the steering wheel in radians
MIT
Naoki Mizuno