Browse Source

Correct topic name for thermal corrections

The message used is ./msg/sensor_correction.msg
release/1.12
alessandro 4 years ago committed by Beat Küng
parent
commit
f18e70029a
  1. 4
      src/modules/temperature_compensation/TemperatureCompensationModule.cpp

4
src/modules/temperature_compensation/TemperatureCompensationModule.cpp

@ -373,7 +373,7 @@ int TemperatureCompensationModule::print_usage(const char *reason) @@ -373,7 +373,7 @@ int TemperatureCompensationModule::print_usage(const char *reason)
R"DESCR_STR(
### Description
The temperature compensation module allows all of the gyro(s), accel(s), and baro(s) in the system to be temperature
compensated. The module monitors the data coming from the sensors and updates the associated sensor_thermal_cal topic
compensated. The module monitors the data coming from the sensors and updates the associated sensor_correction topic
whenever a change in temperature is detected. The module can also be configured to perform the coeffecient calculation
routine at next boot, which allows the thermal calibration coeffecients to be calculated while the vehicle undergoes
a temperature cycle.
@ -381,7 +381,7 @@ a temperature cycle. @@ -381,7 +381,7 @@ a temperature cycle.
)DESCR_STR");
PRINT_MODULE_USAGE_NAME("temperature_compensation", "system");
PRINT_MODULE_USAGE_COMMAND_DESCR("start", "Start the module, which monitors the sensors and updates the sensor_thermal_cal topic");
PRINT_MODULE_USAGE_COMMAND_DESCR("start", "Start the module, which monitors the sensors and updates the sensor_correction topic");
PRINT_MODULE_USAGE_COMMAND_DESCR("calibrate", "Run temperature calibration process");
PRINT_MODULE_USAGE_PARAM_FLAG('g', "calibrate the gyro", true);
PRINT_MODULE_USAGE_PARAM_FLAG('a', "calibrate the accel", true);

Loading…
Cancel
Save