mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 14:30:34 +08:00
sensors: move mag aggregation to new VehicleMagnetometer WorkItem
- purge all reminaing magnetometer IOCTL usage - mag calibration add off diagonal (soft iron) scale factors
This commit is contained in:
@@ -64,12 +64,6 @@ void Simulator::parameters_update(bool force)
|
||||
}
|
||||
}
|
||||
|
||||
void Simulator::print_status()
|
||||
{
|
||||
PX4_INFO("magnetometer");
|
||||
_px4_mag.print_status();
|
||||
}
|
||||
|
||||
int Simulator::start(int argc, char *argv[])
|
||||
{
|
||||
_instance = new Simulator();
|
||||
@@ -154,7 +148,7 @@ int simulator_main(int argc, char *argv[])
|
||||
return 1;
|
||||
|
||||
} else {
|
||||
Simulator::getInstance()->print_status();
|
||||
PX4_INFO("running");
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user