Skip to content

Steering controller program for the COMS autonomous driving project

Notifications You must be signed in to change notification settings

tado-aev/coms_steering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMS Steering

Description

Package for controlling the steering wheel for the COMS EV project.

Dependencies

Building and Running

$ 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

Parameters

  • port: port that the actuator is connected to
  • baudrate: baud rate of the actuator
  • frequency: frequency at which to publish the angle message
  • origin_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]

Subscribed topics

  • cmd_steer: commands the steering wheel angle in radians

Published topics

  • angle: current angle of the steering wheel in radians

License

MIT

Author

Naoki Mizuno

About

Steering controller program for the COMS autonomous driving project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published