Open hello-binit opened 6 months ago
The status dictionary for the mobile base is missing the effort state. The stepper status dictionary contains motor effort, but these values aren't converted into mobile base effort.
https://github.com/hello-robot/stretch_body/blob/e7bb48ff8ca7ff9b5f483000ce3f520dbc8cbd45/body/stretch_body/base.py#L23 The effort array isn't used anywhere else:
The "translation_force" and "rotation_torque" keys are marked as deprecated:
https://github.com/hello-robot/stretch_body/blob/e7bb48ff8ca7ff9b5f483000ce3f520dbc8cbd45/body/stretch_body/base.py#L571-L572
The status dictionary for the mobile base is missing the effort state. The stepper status dictionary contains motor effort, but these values aren't converted into mobile base effort.
https://github.com/hello-robot/stretch_body/blob/e7bb48ff8ca7ff9b5f483000ce3f520dbc8cbd45/body/stretch_body/base.py#L23 The effort array isn't used anywhere else:
The "translation_force" and "rotation_torque" keys are marked as deprecated:
https://github.com/hello-robot/stretch_body/blob/e7bb48ff8ca7ff9b5f483000ce3f520dbc8cbd45/body/stretch_body/base.py#L571-L572