Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
main.cpp
Go to the documentation of this file.
9 int main(int argc, char** argv)
10 {
11  ros::init(argc, argv, "navigation_stack");
12  NavigationStackControlConverter navigation_stack_control_converter;
13 
14  ros::spin();
15 
16  return EXIT_SUCCESS;
17 }
int main(int argc, char **argv)
Starts the laserscan transformer.
Definition: main.cpp:9
This converter class converts "cmd_vel" messages to "drive_param" messages. The linear and angular ve...