Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
main.cpp
Go to the documentation of this file.
1 #include "vesc_sim_driver.h"
2 
10 int main(int argc, char** argv)
11 {
12  ros::init(argc, argv, "drive_param_converter");
13  VESCSimulationDriver vesc_sim_driver;
14 
15  ros::spin();
16 
17  return EXIT_SUCCESS;
18 }
Class to convert Drive Parameter Messages into single messages.
int main(int argc, char **argv)
Starts the laserscan transformer.
Definition: main.cpp:9