_modular_robot_control_interface_impl
Module Contents
Classes
Implementation of ModularRobotControlInterface. |
- class ModularRobotControlInterfaceImpl
Bases:
revolve2.modular_robot.ModularRobotControlInterface
Implementation of ModularRobotControlInterface.
- set_active_hinge_target(active_hinge: revolve2.modular_robot.body.base.ActiveHinge, target: float) None
Set the position target for an active hinge.
Target is clamped within the active hinges range.
- Parameters:
active_hinge – The active hinge to set the target for.
target – The target to set.