无人车
WARNING
Support for rover is experimental. Maintainer volunteers, contribution of new features, new frame configurations, or other improvements would all be very welcome!
PX4 provides support for the three most common types of rovers:
Rover Type | Steering |
---|---|
Ackermann | Direction is controlled by pointing wheels in the direction of travel. This kind of steering is used on most commercial vehicles, including cars, trucks etc. |
Differential | Direction is controlled by moving the left- and right-side wheels at different speeds. |
Mecanum | Direction is controlled by moving each mecanum wheel individually at different speeds and in different directions. |
The supported frames can be seen in Airframes Reference > Rover.
Ackermann
PX4 v1.16 ExperimentalAn Ackermann rover controls its direction by pointing the front wheels in the direction of travel — the Ackermann steering geometry compensates for the fact that wheels on the inside and outside of the turn move at different rates. This kind of steering is used on most commercial vehicles, including cars, trucks etc.
INFO
PX4 does not require that the vehicle uses the Ackermann geometry and will work with any front-steering rover.
Differential
PX4 v1.16 ExperimentalA differential rover's motion is controlled using a differential drive mechanism, where the left and right wheel speeds are adjusted independently to achieve the desired forward speed and yaw rate. Forward motion is achieved by driving both wheels at the same speed in the same direction. Rotation is achieved by driving the wheels at different speeds in opposite directions, allowing the rover to turn on the spot.
INFO
The differential setup also work for rovers with skid or tank steering.
Mecanum
PX4 v1.16 ExperimentalA Mecanum rover is a type of mobile robot that uses Mecanum wheels to achieve omnidirectional movement. These wheels are unique because they have rollers mounted at a 45-degree angle around their circumference, allowing the rover to move not only forward and backward but also side-to-side and diagonally without needing to rotate first. Each wheel is driven by its own motor, and by controlling the speed and direction of each motor, the rover can move in any direction or spin in place.
See Also
仿真
Gazebo provides simulations for ackermann and differential rovers: