mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 21:09:41 +08:00
differential: seperate velocity control
This commit is contained in:
committed by
chfriedrich98
parent
b5f011a31f
commit
0ab9071606
@@ -64,6 +64,7 @@ set(msg_files
|
||||
DebugValue.msg
|
||||
DebugVect.msg
|
||||
DifferentialPressure.msg
|
||||
DifferentialVelocitySetpoint.msg
|
||||
DistanceSensor.msg
|
||||
DistanceSensorModeChangeRequest.msg
|
||||
Ekf2Timestamps.msg
|
||||
|
||||
5
msg/DifferentialVelocitySetpoint.msg
Normal file
5
msg/DifferentialVelocitySetpoint.msg
Normal file
@@ -0,0 +1,5 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
float32[2] velocity_ned # 2-dimensional velocity setpoint in NED frame
|
||||
bool backwards # Flag for backwards driving
|
||||
float32 yaw # [rad] [-pi,pi] from North. Optional, NAN if not set. (Exclusive with velocity_ned, the rover will turn on the spot to reach the yaw setpoint)
|
||||
Reference in New Issue
Block a user