Doxygen Namespace & Class Reference
First, source your ros2 installation.
source /opt/ros/humble/setup.bash
Before you build, make sure you've installed all the dependencies...
rosdep install --ignore-src --from-paths src -y -r
Then build with colcon build...
colcon build
source ~/workspace/humble_ws/install/setup.sh
And then run the launch file...
ros2 launch sm_dance_bot sm_dance_bot_launch.py
Alternatively, you can also launch the gazebo simulator in headless mode:
ros2 launch sm_dance_bot sm_dance_bot_launch.py headless:=True
ros2 run smacc2_rta smacc2_rta
If you don't have the SMACC2 Runtime Analyzer click here.