NESTLab / 2122_MultiDroneIndoorSLAM

Code for 21/22 MQP and DRs on Multi Drone Indoor SLAM
0 stars 0 forks source link

Testing the State Machine #18

Closed tylerferrara closed 2 years ago

tylerferrara commented 2 years ago

Create python test cases for the state_machine package. We look to test the transitions between each state and assure they are as expected. Once implemented, we can add them to Travis CI to guard it's functionality.

Each state will be published, as an enum, to the topic: \robots_state The full list of state/enum pairs will be found in the ROS params: state_enums

tylerferrara commented 2 years ago

@AshayAswale I'm looking to test this state machine, so I need to know which transitions I should expect (and their respective enums).

Thank you 🙌

AshayAswale commented 2 years ago

ReadMe file added in commit bbb73d4

tylerferrara commented 2 years ago

Will be satisfied by #26