|
|
|
@ -26,7 +26,7 @@ SensorsComponent::SensorsComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot,
@@ -26,7 +26,7 @@ SensorsComponent::SensorsComponent(Vehicle* vehicle, AutoPilotPlugin* autopilot,
|
|
|
|
|
VehicleComponent(vehicle, autopilot, parent), |
|
|
|
|
_name(tr("Sensors")) |
|
|
|
|
{ |
|
|
|
|
_deviceIds << QStringLiteral("CAL_GYRO0_ID") << QStringLiteral("CAL_ACC0_ID"); |
|
|
|
|
_deviceIds = QStringList({QStringLiteral("CAL_GYRO0_ID"), QStringLiteral("CAL_ACC0_ID") }; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QString SensorsComponent::name(void) const |
|
|
|
|