RC signal loss, hence RTL triggered. However, to my surprise, RTL has been triggered twice (see picture). Blue followed by purple. The final landing place is 80m from the initial place that I launch it. Anyone experienced this before?two RTL.JPG
"I am using the APM2.5 and power module. However, on the mission planner screen, I can only see "Voltage" displayed correctly. The current reading is ALWAYS 0A. What has gone wrong? Can anyone help?"
#include <Servo.h>
volatile int futaba_ch5; // Here's where we'll keep our channel valuesvolatile int futaba_ch6;volatile int mix1;volatile int mix2;volatile int mix;volatile long mixed;
Servo myServo;
void setup() {
pinMode(2,…"