concepts.dm.crowhat.impl.pybullet.pybullet_sim_interfaces.PybulletRemoteControllerInterface#
- class PybulletRemoteControllerInterface[source]#
Bases:
CrowPhysicalControllerInterface
Methods
register_controller
(name, function)reset
()step
(action, **kwargs)step_internal
(name, *args, **kwargs)step_without_error
(action, **kwargs)Attributes
- __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#