SMACC2
Functions
sm_dance_bot.cpp File Reference
#include <sm_dance_bot/sm_dance_bot.hpp>
Include dependency graph for sm_dance_bot.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 23 of file sm_dance_bot.cpp.

24{
25 rclcpp::init(argc, argv);
26 smacc2::run<SmDanceBot>();
27}