Skip to content

Add command status

Gowtham Garimella requested to merge add_command_status into master

TODO @spatkar1

  1. Add publishers on the hardware side about command completion status
  2. Add subscribers in generic arm to receive the command completion status and forward it using getCommandStatus function
  3. Add publisher on the hardware for the health of the arm
  4. Add subscribers in generic arm to receive the health and specify the state variable to correct enum values
  5. Test these functionalities using the examples written.

Merge request reports