SMACC2
Functions
sm_dance_bot_warehouse_3.cpp File Reference
#include <sm_dance_bot_warehouse_3/sm_dance_bot_warehouse_3.hpp>
Include dependency graph for sm_dance_bot_warehouse_3.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_warehouse_3.cpp.

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