Inherits from: WheeledRobotA wheeled robot implementation for the AirGen simulator.This class provides an interface to control a simulated car in the AirGen environment.
It inherits from WheeledRobot and implements the necessary methods for movement,
sensor data collection, and state management.The AirGenCar connects to the AirGen simulator and provides methods to:
Control the car’s movement through velocity commands
Get sensor data like camera images
Track and manage the car’s state
Reset and undo actions
To access the underlying AirGen API, use the AirGenCar.client field.