|
|
|
@ -120,7 +120,7 @@ void Tracker::send_location(mavlink_channel_t chan)
@@ -120,7 +120,7 @@ void Tracker::send_location(mavlink_channel_t chan)
|
|
|
|
|
0, |
|
|
|
|
vel.x * 100, // X speed cm/s (+ve North)
|
|
|
|
|
vel.y * 100, // Y speed cm/s (+ve East)
|
|
|
|
|
vel.z * -100, // Z speed cm/s (+ve up)
|
|
|
|
|
vel.z * 100, // Z speed cm/s (+ve Down)
|
|
|
|
|
ahrs.yaw_sensor); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|