Monash-Connected-Autonomous-Vehicle / ESDA

Software stack for MCAVs annual IGVC entry
0 stars 0 forks source link

Steering controller testing #57

Open AbBaSaMo opened 4 months ago

AbBaSaMo commented 4 months ago

Overview

We have a ROS2 node called parallelogram_steerign_controller which listens to a topic called cmd_vel which outputs Twist messages and then calculates the position the ESDA servo must turn to in order for the vehicle to turn appropriately.

As part of this issue, we need to send a variety of cmd_vel messages while running the steering controller while observing how well the system runs and modifying the

Relevant resources

Acceptance criteria

Todo