Wheeled robots are driven throughDocumentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
airgen.CarClient. Commands revolve around throttle, steering, braking, and optional cruise control.
setCarControls
Directly manipulate throttle, steering, and brakes via theCarControls struct.
CarControls() object with all fields zeroed.
enableCarSpeedControl / setCarTargetSpeed
Let the simulator maintain a requested cruising speed while you adjust steering.moveOnPath
For waypoint-based driving, delegate to the built-in path follower. It accepts the sameVector3r waypoints used by drones.