5yler / metatron

Autonomous Power Racing Series Racecar - ROS Metapackage
4 stars 2 forks source link

Fix arduino_drive_controller steering sign errors #12

Closed 5yler closed 7 years ago

5yler commented 7 years ago

Autonomously commanding a positive steering angle makes the car turn right, and a negative steering angle makes the car turn left.

By the right-hand rule, the yaw angle increases counterclockwise, so both the command input and sensor reading output need to have their sign swapped.