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

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