mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Math: clarify get_vel_correction_for_sensor_offset comment
This commit is contained in:
parent
4639e8a698
commit
bdb67532b0
@ -340,6 +340,7 @@ bool rotation_equal(enum Rotation r1, enum Rotation r2)
|
||||
|
||||
/*
|
||||
* return a velocity correction (in m/s in NED) for a sensor's position given it's position offsets
|
||||
* this correction should be added to the sensor NED measurement
|
||||
* sensor_offset_bf is in meters in body frame (Foward, Right, Down)
|
||||
* rot_ef_to_bf is a rotation matrix to rotate from earth-frame (NED) to body frame
|
||||
* angular_rate is rad/sec
|
||||
|
@ -279,6 +279,7 @@ bool rotation_equal(enum Rotation r1, enum Rotation r2) WARN_IF_UNUSED;
|
||||
|
||||
/*
|
||||
* return a velocity correction (in m/s in NED) for a sensor's position given it's position offsets
|
||||
* this correction should be added to the sensor NED measurement
|
||||
* sensor_offset_bf is in meters in body frame (Foward, Right, Down)
|
||||
* rot_ef_to_bf is a rotation matrix to rotate from earth-frame (NED) to body frame
|
||||
* angular_rate is rad/sec
|
||||
|
Loading…
Reference in New Issue
Block a user