Commit fd950f54 authored by Lorenz Meier's avatar Lorenz Meier

Auto-requesting telemetry on APM connection

parent 716915e3
...@@ -32,6 +32,8 @@ ArduPilotMegaMAV::ArduPilotMegaMAV(MAVLinkProtocol* mavlink, int id) : ...@@ -32,6 +32,8 @@ ArduPilotMegaMAV::ArduPilotMegaMAV(MAVLinkProtocol* mavlink, int id) :
UAS(mavlink, id)//, UAS(mavlink, id)//,
// place other initializers here // place other initializers here
{ {
// Ask for all streams at 4 Hz
enableAllDataTransmission(4);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment