Skip to content

Commit

Permalink
sensors: Add calibration control parameters to QGC list
Browse files Browse the repository at this point in the history
  • Loading branch information
priseborough authored and LorenzMeier committed Feb 12, 2017
1 parent 36f83e4 commit 9858b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/sensors/parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ int initialize_parameter_handles(ParameterHandles &parameter_handles)
(void)param_find("UAVCAN_ENABLE");
(void)param_find("SYS_MC_EST_GROUP");

// Parameters controlling the on-board sensor thermal calibrator
(void)param_find("SYS_CAL_TDEL");
(void)param_find("SYS_CAL_TMAX");
(void)param_find("SYS_CAL_TMIN");

return 0;
}
Expand Down

0 comments on commit 9858b0b

Please sign in to comment.