amaze.simu.controllers.random¶
Classes
|
- class amaze.simu.controllers.random.RandomController(robot_data: BuildData, seed=None)[source]¶
- static inputs_types() List[InputType][source]¶
Specify what kind of inputs this controller can handle.
Abstract method that should be implemented and documented.
- static outputs_types() List[OutputType][source]¶
Specify what kind of outputs this controller can handle.
Abstract method that should be implemented and documented.