Skip to main content

AddStepDataArray srv

  • File: thormang3_walking_module_msgs/AddStepDataArray.srv

  • Message Definition

bool auto_start
bool remove_existing_step_data
StepData[] step_data_array
---
int32 result
  • Description
    A service to add StepData to thormang3_walking_module.

    • Request

      • bool auto_start
           A flag to initiate walking after adding StepData.
      • bool remove_existing_step_data
           A flag to delete existing StepData.
      • StepData[] step_data_array(thormang3_walking_module_msgs/StepData)
           An array of StepData to be added
    • Response

      • int32 result
           Result of the "AddStepDataArray" Service
           Walking will be enabled only with NO_ERRROR result.

        NameValueDescription
        NO_ERROR0x00There is no error.
        NOT_ENABLED_WALKING_MODULE0x02The thormang3_walking_module is not enabled.
        PROBLEM_IN_POSITION_DATA0x04There is some problem in "Step Time Data".
        PROBLEM_IN_TIME_DATA0x08There is some problem in "Step Position Data".
        ROBOT_IS_WALKING_NOW0x400The Thormang3 is walking now.