clean_arms_status()
  • 1 Minute to read

clean_arms_status()


Article summary

Clean the status of the arms.

Reference

Arguments

ArgumentsTypeDefault value
armslist-List of arms names to clean

Return

None

Exceptions

None

See the complete list of manipulation exceptions.

Examples

...
self.manip = self.enable_controller('manipulation')
...
self.manip.clean_arms_status(arms = ['left_arm', 'right_arm'])
...

Was this article helpful?