mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 16:20:36 +08:00
change naming from tiltOffset to pitchOffset
This commit is contained in:
committed by
Mathieu Bresciani
parent
572ad2df0a
commit
d6b6276cdc
@@ -47,7 +47,7 @@ public:
|
||||
// Setup the Ekf with synthetic measurements
|
||||
void SetUp() override
|
||||
{
|
||||
_range_finder.setTiltOffset(0.f);
|
||||
_range_finder.setPitchOffset(0.f);
|
||||
_range_finder.setCosMaxTilt(0.707f);
|
||||
_range_finder.setLimits(_min_range, _max_range);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user