concepts.dm.crowhat.pybullet_interfaces.pybullet_sim_interfaces.PybulletRemoteControllerInterface#
- class PybulletRemoteControllerInterface[source]#
Bases:
CrowPhysicalControllerInterfaceMethods
register_controller(name, function)reset()step(action, **kwargs)step_internal(name, *args, **kwargs)step_without_error(action, **kwargs)Attributes
- __init__(client)[source]#
- Parameters:
client (SocketClient)
- __new__(**kwargs)#
- reset()#
- step(action, **kwargs)#
- Parameters:
action (CrowControllerApplier)
- Return type:
None
- step_without_error(action, **kwargs)#
- Parameters:
action (CrowControllerApplier)
- Return type:
- property executor: CrowExecutor | None#