Skip to content
On this page

Compliant

Overview

This command sets the state of the selected motor(s) to 'compliant' i.e. make them handly drivable.

shell
poppy compliant [-h] [-m motors] [-H hostname] [-P port]

Options

 desccriptionvaluedefaultmandatory
-m/--motorSelect the targeted motors.name of motors | 'all''all'no
-H/--hostSet the Poppy hostname/IPstringpoppy.localno
-p/--portSet the REST API port on Poppyinteger8080no
-h/--helpDisplay help about this commandbooleanfalseno

Examples

  • Set state of all motors to 'compliant':
shell
poppy compliant
  • Set state of motors m1 and m2 to 'compliant':
shell
poppy compliant -m m1 m2

Released under the MIT License.