Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
2
13int main(int argc, char *argv[]) {
14 rclcpp::init(argc, argv);
15 auto node = std::make_shared<MockerNode>();
16 rclcpp::spin(node);
17 rclcpp::shutdown();
18 return 0;
19}
Definition main.py:1