_modular_robot_control_interface_impl

Module Contents

Classes

ModularRobotControlInterfaceImpl

Implementation of ModularRobotControlInterface.

class ModularRobotControlInterfaceImpl

Bases: revolve2.modular_robot.ModularRobotControlInterface

Inheritance diagram of modular_robot_physical.remote._modular_robot_control_interface_impl.ModularRobotControlInterfaceImpl

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.