SMACC2
Functions
sm_three_some_node.cpp File Reference
#include <sm_three_some/sm_three_some.hpp>
Include dependency graph for sm_three_some_node.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 17 of file sm_three_some_node.cpp.

18{
19 rclcpp::init(argc, argv);
20 smacc2::run<sm_three_some::SmThreeSome>();
21}