mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 20:07:35 +08:00
add basic gps yaw fusion test
This commit is contained in:
committed by
Mathieu Bresciani
parent
21f49c22dc
commit
39c09b8092
@@ -44,6 +44,10 @@ void Gps::setVelocity(const Vector3f& vel)
|
||||
_gps_data.vel_ned = vel;
|
||||
}
|
||||
|
||||
void Gps::setYaw(float yaw) {
|
||||
_gps_data.yaw = yaw;
|
||||
}
|
||||
|
||||
void Gps::setFixType(int n)
|
||||
{
|
||||
_gps_data.fix_type = n;
|
||||
|
||||
Reference in New Issue
Block a user