concepts.dm.crowhat.impl.pybullet.pybullet_sim_interfaces.PybulletRemoteControllerInterface#

class PybulletRemoteControllerInterface[source]#

Bases: CrowPhysicalControllerInterface

Methods

reflex(controller_name[, reflex_name])

register_controller(name, function)

register_reflex(controller_name, ...[, priority])

reset()

step(action, **kwargs)

step_internal(name, *args, **kwargs)

step_without_error(action, **kwargs)

Attributes

__init__(client)[source]#
Parameters:

client (SocketClient)

__new__(**kwargs)#
reflex(controller_name, reflex_name=None)#
Parameters:
register_controller(name, function)#
Parameters:
register_reflex(controller_name, reflex_name, function, priority=10)#
Parameters:
reset()#
step(action, **kwargs)#
Parameters:

action (CrowControllerApplier)

Return type:

bool | None

step_internal(name, *args, **kwargs)#
Parameters:

name (str)

Return type:

bool | None

step_without_error(action, **kwargs)#
Parameters:

action (CrowControllerApplier)

Return type:

bool

property controller_reflexes: Dict[Tuple[str, str], CrowControllerReflex]#
property controllers: Dict[str, Callable]#
property executor: CrowExecutor | None#