|
|
|
@ -167,8 +167,8 @@ Vehicle::Vehicle(LinkInterface* link,
@@ -167,8 +167,8 @@ Vehicle::Vehicle(LinkInterface* link,
|
|
|
|
|
, _localPositionSetpointFactGroup(this) |
|
|
|
|
, _escStatusFactGroup (this) |
|
|
|
|
, _estimatorStatusFactGroup (this) |
|
|
|
|
, _terrainFactGroup (this) |
|
|
|
|
, _hygrometerFactGroup (this) |
|
|
|
|
, _terrainFactGroup (this) |
|
|
|
|
, _terrainProtocolHandler (new TerrainProtocolHandler(this, &_terrainFactGroup, this)) |
|
|
|
|
{ |
|
|
|
|
_linkManager = _toolbox->linkManager(); |
|
|
|
@ -446,8 +446,8 @@ void Vehicle::_commonInit()
@@ -446,8 +446,8 @@ void Vehicle::_commonInit()
|
|
|
|
|
_addFactGroup(&_localPositionSetpointFactGroup,_localPositionSetpointFactGroupName); |
|
|
|
|
_addFactGroup(&_escStatusFactGroup, _escStatusFactGroupName); |
|
|
|
|
_addFactGroup(&_estimatorStatusFactGroup, _estimatorStatusFactGroupName); |
|
|
|
|
_addFactGroup(&_terrainFactGroup, _terrainFactGroupName); |
|
|
|
|
_addFactGroup(&_hygrometerFactGroup, _hygrometerFactGroupName); |
|
|
|
|
_addFactGroup(&_terrainFactGroup, _terrainFactGroupName); |
|
|
|
|
|
|
|
|
|
// Add firmware-specific fact groups, if provided
|
|
|
|
|
QMap<QString, FactGroup*>* fwFactGroups = _firmwarePlugin->factGroups(); |
|
|
|
|