![]() |
Autonomous Racing
1
f1tenth Project Group of Technical University Dortmund, Germany
|
This converter class converts "cmd_vel" messages to "drive_param" messages. The linear and angular velocity has to be transformed to linear velocity and steering angle. TODO: Differential drive? More...
#include <navigation_stack_control_converter.h>
Public Member Functions | |
NavigationStackControlConverter () | |
Initializes the publisher and subscriber. More... | |
This converter class converts "cmd_vel" messages to "drive_param" messages. The linear and angular velocity has to be transformed to linear velocity and steering angle. TODO: Differential drive?
Definition at line 19 of file navigation_stack_control_converter.h.
NavigationStackControlConverter::NavigationStackControlConverter | ( | ) |
Initializes the publisher and subscriber.
Definition at line 9 of file navigation_stack_control_converter.cpp.