2015-07-31 19:30:03 -03:00
|
|
|
#include "Tracker.h"
|
|
|
|
|
|
|
|
void Tracker::init_capabilities(void)
|
|
|
|
{
|
2016-12-04 16:50:33 -04:00
|
|
|
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT |
|
|
|
|
MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION);
|
2015-07-31 19:30:03 -03:00
|
|
|
}
|