_modular_robot_control_interface
Module Contents
Classes
Interface for controlling modular robots.  | 
- class ModularRobotControlInterface
 Bases:
abc.ABC
Interface for controlling modular robots.
- abstract set_active_hinge_target(active_hinge: modular_robot.body.base.ActiveHinge, target: float) None
 Set the position target for an active hinge on the modular robot.
- Parameters:
 active_hinge – The active hinge object to set the target for.
target – The target value to set.