forked from PX4/PX4-user_guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations summary.md (German) * New translations summary.md (Japanese) * New translations summary.md (Korean) * New translations summary.md (Russian) * New translations summary.md (Turkish) * New translations summary.md (Ukrainian) * New translations summary.md (Chinese Simplified) * New translations index.md (German) * New translations index.md (Japanese) * New translations index.md (Korean) * New translations index.md (Russian) * New translations index.md (Turkish) * New translations index.md (Ukrainian) * New translations index.md (Chinese Simplified) * New translations main.md (German) * New translations main.md (Japanese) * New translations main.md (Korean) * New translations main.md (Russian) * New translations main.md (Turkish) * New translations main.md (Ukrainian) * New translations main.md (Chinese Simplified) * New translations ackermann.md (German) * New translations differential.md (German) * New translations ackermann.md (Japanese) * New translations differential.md (Japanese) * New translations ackermann.md (Korean) * New translations differential.md (Korean) * New translations ackermann.md (Russian) * New translations differential.md (Russian) * New translations ackermann.md (Turkish) * New translations differential.md (Turkish) * New translations ackermann.md (Ukrainian) * New translations differential.md (Ukrainian) * New translations ackermann.md (Chinese Simplified) * New translations differential.md (Chinese Simplified) * New translations ackermann.md (German) * New translations differential.md (German) * New translations ackermann.md (German) * New translations differential.md (German) * New translations ackermann.md (Japanese) * New translations differential.md (Japanese) * New translations ackermann.md (Japanese) * New translations differential.md (Japanese) * New translations ackermann.md (Korean) * New translations differential.md (Korean) * New translations ackermann.md (Korean) * New translations differential.md (Korean) * New translations ackermann.md (Russian) * New translations differential.md (Russian) * New translations ackermann.md (Russian) * New translations differential.md (Russian) * New translations ackermann.md (Turkish) * New translations differential.md (Turkish) * New translations ackermann.md (Turkish) * New translations differential.md (Turkish) * New translations ackermann.md (Ukrainian) * New translations differential.md (Ukrainian) * New translations ackermann.md (Ukrainian) * New translations differential.md (Ukrainian) * New translations ackermann.md (Chinese Simplified) * New translations differential.md (Chinese Simplified) * New translations ackermann.md (Chinese Simplified) * New translations differential.md (Chinese Simplified)
- Loading branch information
1 parent
117ebbe
commit aaffec9
Showing
63 changed files
with
6,041 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Ackermann Rovers | ||
|
||
<Badge type="tip" text="main (PX4 v1.16+)" /> <Badge type="warning" text="Experimental" /> | ||
|
||
An _Ackermann rover_ controls its direction by pointing the front wheels in the direction of travel — the [Ackermann steering geometry](https://en.wikipedia.org/wiki/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. | ||
::: | ||
|
||
![Axial Trail Honcho](../../assets/airframes/rover/rover_ackermann/axial_trail_honcho.png) | ||
|
||
See [Configuration/Tuning](../config_rover/ackermann.md) to set up your rover and [Drive Modes](../flight_modes_rover/ackermann.md) for the supported flight (aka drive) modes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Differential Rovers | ||
|
||
<Badge type="tip" text="main (PX4 v1.16+)" /> <Badge type="warning" text="Experimental" /> | ||
|
||
A 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. | ||
|
||
![Aion R1](../../assets/airframes/rover/aion_r1/r1_rover_no_bg.png) | ||
|
||
See [Configuration/Tuning](../config_rover/differential.md) to set up your rover and [Drive Modes](../flight_modes_rover/differential.md) for the supported flight (aka drive) modes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.