Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1
#include "
node/mocker_node.hpp
"
2
13
int
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
}
mocker_node.hpp
main
Definition
main.py:1
src
mocker_node
src
main.cpp
Generated by
1.9.8