From 3749696db962b1a84ecaed6d57516715d7984bc8 Mon Sep 17 00:00:00 2001 From: chfriedrich98 Date: Fri, 20 Dec 2024 09:07:03 +0100 Subject: [PATCH] rover flight modes: Specify speed axis --- en/flight_modes_rover/ackermann.md | 4 ++-- en/flight_modes_rover/differential.md | 4 ++-- en/flight_modes_rover/mecanum.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/en/flight_modes_rover/ackermann.md b/en/flight_modes_rover/ackermann.md index 7a821c32824a..a9da057aa86b 100644 --- a/en/flight_modes_rover/ackermann.md +++ b/en/flight_modes_rover/ackermann.md @@ -18,7 +18,7 @@ Manual modes require stick inputs from the user to drive the vehicle. The sticks provide the same "high level" control effects over direction and rate of movement in all manual modes: -- `Left stick up/down`: Drive the rover forwards/backwards (controlling forward speed) +- `Left stick up/down`: Drive the rover forwards/backwards (controlling longitudinal speed) - `Right stick left/right`: Make a left/right turn (controlling steering angle ([Manual mode](#manual-mode)) or lateral acceleration ([Acro](#acro-mode) and [Position](#position-mode))). The manual modes provide progressively increasing levels of autopilot support for maintaining a course, speed, and rate of turn, compensating for external factors such as slopes or uneven terrain. @@ -31,7 +31,7 @@ The manual modes provide progressively increasing levels of autopilot support fo ::: details Overview mode mapping to control effect -| Mode | Forward speed | Steering angle/lateral acceleration | Required measurements | +| Mode | Longitudinal speed | Steering angle/lateral acceleration | Required measurements | | -------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | | [Manual](#manual-mode) | Directly map stick input to motor command. | Directly map stick input to steering angle. | None. | | [Acro](#acro-mode) | Directly map stick input to motor command. | Stick input creates a lateral acceleration setpoint for the control system to regulate. | Lateral acceleration. | diff --git a/en/flight_modes_rover/differential.md b/en/flight_modes_rover/differential.md index 73662df3c601..38a37f49b9a0 100644 --- a/en/flight_modes_rover/differential.md +++ b/en/flight_modes_rover/differential.md @@ -18,7 +18,7 @@ Manual modes require stick inputs from the user to drive the vehicle. The sticks provide the same "high level" control effects over direction and rate of movement in all manual modes: -- `Left stick up/down`: Drive the rover forwards/backwards (controlling forward speed) +- `Left stick up/down`: Drive the rover forwards/backwards (controlling longitudinal speed) - `Right stick left/right`: Rotate the rover to the left/right (controlling yaw rate). The manual modes provide progressively increasing levels of autopilot support for maintaining a course, speed, and rate of turn, compensating for external factors such as slopes or uneven terrain. @@ -32,7 +32,7 @@ The manual modes provide progressively increasing levels of autopilot support fo ::: details Overview mode mapping to control effect -| Mode | Forward speed | Yaw rate | Required measurements | +| Mode | Longitudinal speed | Yaw rate | Required measurements | | ------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | | [Manual](#manual-mode) | Directly map stick input to motor commands. | Directly map stick input to motor commands. | None. | | [Acro](#acro-mode) | Directly map stick input to motor commands. | Stick input creates a yaw rate setpoint for the control system to regulate. | Yaw rate. | diff --git a/en/flight_modes_rover/mecanum.md b/en/flight_modes_rover/mecanum.md index e6f67f8fffda..304e3ddea305 100644 --- a/en/flight_modes_rover/mecanum.md +++ b/en/flight_modes_rover/mecanum.md @@ -18,9 +18,9 @@ Manual modes require stick inputs from the user to drive the vehicle. The sticks provide the same "high level" control effects over direction and rate of movement in all manual modes: -- `Left stick up/down`: Drive the rover forwards/backwards (controlling forward speed) +- `Left stick up/down`: Drive the rover forwards/backwards (controlling longitudinal speed) - `Left stick left/right`: Yaw the rover to the left/right (controlling yaw rate). -- `Right stick left/right`: Drive the rover left/right (controlling lateral speed) +- `Right stick left/right`: Drive the rover left/right (controlling lateral speed). The manual modes provide progressively increasing levels of autopilot support for maintaining a course, speed, and rate of turn, compensating for external factors such as slopes or uneven terrain. @@ -33,7 +33,7 @@ The manual modes provide progressively increasing levels of autopilot support fo ::: details Overview mode mapping to control effect -| Mode | Forward/Lateral speed | Yaw rate | Required measurements | +| Mode | Longitudinal/Lateral speed | Yaw rate | Required measurements | | ------------------------------ | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Manual](#manual-mode) | Directly map stick input to motor commands. | Directly map stick input to motor commands. | None. | | [Acro](#acro-mode) | Directly map stick input to motor commands. | Stick input creates a yaw rate setpoint for the control system to regulate. | Yaw rate. |