Hi all,I want to know if Arducopter will accept Mavlink commands in stabilize and Alt-hold mode?Say DO_CHANGE_SPEED or DO_CHANGE_YAW command while in stabilize mode.Thanks in advance!!
I am trying to do SITL based on instruction fiven here http://dev.ardupilot.com/wiki/setting-up-sitl-on-linux/.
Everything is fine when finally i execute the command sim_arduplane.sh --console --map --aircraft test , it does open two…"
Hi.I want to know if there is a way to move the ArduCopter a specified distance without using gps?I did see the distance command but when i saw it's implementation , it was using lat long from gps.Thanks in advance!!
Thanks for the reply. I have gone through the mission planner software manual, i see it has some means to do it. But i want to do it through my program."
Hi all,I want to know if it's possible to send flight control/navigation data to APM wirelessly using 3DR radio , through some C or C++ program. If yes how?Thanks in advance