File tree Expand file tree Collapse file tree
src/modelec_strat/include/modelec_strat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ namespace Modelec
2121{
2222 enum class State
2323 {
24- INIT = 0 ,
25- WAIT_START = 1 ,
26- SELECT_MISSION = 2 ,
27- SELECT_GAME_ACTION = 3 ,
24+ INIT = modelec_interfaces::msg::StratState::INIT ,
25+ WAIT_START = modelec_interfaces::msg::StratState::WAIT_START ,
26+ SELECT_MISSION = modelec_interfaces::msg::StratState::SELECT_MISSION ,
27+ SELECT_GAME_ACTION = modelec_interfaces::msg::StratState::SELECT_GAME_ACTION ,
2828
29- TAKE_MISSION = 10 ,
30- FREE_MISSION = 11 ,
29+ TAKE_MISSION = modelec_interfaces::msg::StratState::TAKE_MISSION ,
30+ FREE_MISSION = modelec_interfaces::msg::StratState::FREE_MISSION ,
3131
32- DO_GO_HOME = 20 ,
33- STOP = 21
32+ DO_GO_HOME = modelec_interfaces::msg::StratState::DO_GO_HOME ,
33+ STOP = modelec_interfaces::msg::StratState::STOP,
3434 };
3535
3636 class StratFMS : public rclcpp ::Node
You can’t perform that action at this time.
0 commit comments