Robot base classes#
Robot#
- class pyenki.Robot#
Base class for all robots
DifferentialWheeled#
- class pyenki.DifferentialWheeled#
Bases:
Robot,PhysicalObjectThe virtual base class shared by all robots currently implemented in enki.
- left_wheel_encoder_speed#
The current left wheel speed in centimeters per second (readonly).
- Type:
- right_wheel_encoder_speed#
The current right wheel speed in centimeters per second (readonly).
- Type:
- left_wheel_odometry#
The left wheel odometry integrated from measured wheel speeds in centimeters (readonly).
- Type:
- right_wheel_odometry#
The right wheel odometry integrated from measured wheel speeds in centimeters (readonly).
- Type:
- wheel_speed_noise#
The relative noise applied to the target wheel speed at each control step.
- Type: