forked from PX4/PX4-Autopilot
-
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.
differential: update setpoint message and add clarifications
- Loading branch information
1 parent
f8ead2f
commit 2c76eb2
Showing
5 changed files
with
35 additions
and
42 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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
uint64 timestamp # time since system start (microseconds) | ||
|
||
float32 forward_speed_setpoint # [m/s or normalized [-1, 1]] Desired forward speed for the rover | ||
float32 yaw_rate_setpoint # [rad/s or normalized [-1, 1]] Desired yaw rate for the rover | ||
float32 yaw_setpoint # [rad] Desired yaw (heading) for the rover | ||
bool closed_loop_speed # Use closed loop velocity controller | ||
bool closed_loop_yaw_rate # Use closed loop yaw rate controller | ||
bool closed_loop_yaw # Use closed loop yaw controller | ||
float32 forward_speed_setpoint # [m/s] Desired forward speed for the rover | ||
float32 forward_speed_setpoint_normalized # [-1, 1] Normalized forward speed for the rover | ||
float32 yaw_rate_setpoint # [rad/s] Desired yaw rate for the rover (Overriden by yaw controller if yaw_setpoint is used) | ||
float32 yaw_rate_setpoint_normalized # [-1, 1] Normalized yaw rate for the rover | ||
float32 yaw_setpoint # [rad] Desired yaw (heading) for the rover | ||
|
||
# TOPICS rover_differential_setpoint |
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
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