19#include "rclcpp/rclcpp.hpp"
27#include "orthogonals/or_navigation.hpp"
35struct StAcquireSensors;
37struct StNavigateToWaypointX;
48 this->createOrthogonal<OrNavigation>();
49 this->createOrthogonal<OrPerception>();
50 this->createOrthogonal<OrLedArray>();
56#include "states/st_acquire_sensors.hpp"
void onInitialize() override
this function should be implemented by the user to create the orthogonals
SmaccStateMachineBase(my_context ctx, SignalDetector *signalDetector)