-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations roverackermannsetpoint.md (Russian)
- Loading branch information
1 parent
84a33ab
commit 7e84520
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# RoverAckermannSetpoint (UORB message) | ||
|
||
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RoverAckermannSetpoint.msg) | ||
|
||
```c | ||
uint64 timestamp # time since system start (microseconds) | ||
|
||
float32 forward_speed_setpoint # [m/s] Desired speed in body x direction. Positiv: forwards, Negativ: backwards | ||
float32 forward_speed_setpoint_normalized # [-1, 1] Desired normalized speed in body x direction. Positiv: forwards, Negativ: backwards | ||
float32 steering_setpoint # [rad] Desired steering angle | ||
float32 steering_setpoint_normalized # [-1, 1] Desired normalized steering angle | ||
float32 lateral_acceleration_setpoint # [m/s^2] Desired acceleration in body y direction. Positiv: right, Negativ: left. | ||
|
||
# TOPICS rover_ackermann_setpoint | ||
|
||
``` |