| | |
- pybind11_builtins.pybind11_object(builtins.object)
-
- MovingInstruction
- WaitingInstruction
class MovingInstruction(pybind11_builtins.pybind11_object) |
| |
Members:
MovingError
ContinueAtNextCheckpoint
WaitAtNextCheckpoint
PauseImmediately |
| |
- Method resolution order:
- MovingInstruction
- pybind11_builtins.pybind11_object
- builtins.object
Methods defined here:
- __eq__(...)
- __eq__(self: object, arg0: object) -> bool
- __getstate__(...)
- __getstate__(self: object) -> int
- __hash__(...)
- __hash__(self: object) -> int
- __index__(...)
- __index__(self: rmf_adapter.easy_traffic_light.MovingInstruction) -> int
- __init__(...)
- __init__(self: rmf_adapter.easy_traffic_light.MovingInstruction, arg0: int) -> None
- __int__(...)
- __int__(self: rmf_adapter.easy_traffic_light.MovingInstruction) -> int
- __ne__(...)
- __ne__(self: object, arg0: object) -> bool
- __repr__(...)
- __repr__(self: object) -> str
- __setstate__(...)
- __setstate__(self: rmf_adapter.easy_traffic_light.MovingInstruction, arg0: int) -> None
- __str__ = name(...)
- name(self: handle) -> str
Readonly properties defined here:
- __members__
- name
- name(self: handle) -> str
Data and other attributes defined here:
- ContinueAtNextCheckpoint = <MovingInstruction.ContinueAtNextCheckpoint: 1>
- MovingError = <MovingInstruction.MovingError: 0>
- PauseImmediately = <MovingInstruction.PauseImmediately: 3>
- WaitAtNextCheckpoint = <MovingInstruction.WaitAtNextCheckpoint: 2>
Static methods inherited from pybind11_builtins.pybind11_object:
- __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
- Create and return a new object. See help(type) for accurate signature.
|
|