Hi,I just want you to know that my automatic landing was partially succesful.I also want to try the auto-Hover feature of the Mission Planner which is the Loiter modeThe bad thing happen was my helicopter suddenly crashed when I set the mode to…
Hi,I'm just wondering if it's safe and if it's gonna self takeoff when one set the helicopter to loiter mode while it is still in ground, and change the altitude parameter through mission planner "Set Altitude" to for example, 5? Will it result in…
"Thanks for the help and guide Randy and Rob.
I'll update you guys once I finally flew the helicopter. Small question though, are there any commands or button that one can simply click to automate the takeoff procedure without the aid of a gps?"
Hey Guys!I'm just wondering if anyone here was able to test the Landing procedure for the traditional single-rotor helicopter, and if so tried to tinker with its code / parameters ? Such as what are the things that can be edited, and what part of…
I'm trying to read the data from a PWM-output proximity sensor. This is my code for reading it://Init:RC_Channel rc_6(5);//Inside a loop:rc_6.set_pwm(hal.rcin->read(5));hal.console->printf("\rch%u: %4d ", (unsigned)6, (int)rc_6.radio_in);I plugged…