I want to compile ArduCopter-2.9 branch from github, but have problems. I have tried many ways but still no success.Get source:---------------------------------$ git clone https://github.com/diydrones/ardupilot.gitCloning into 'ardupilot'...remote:…
"I have tested this today, very nice! In stabilize mode it's very easy maintain desired altitude. If somebody need detail I can explain how to set it up."
"LAND shoud slowly decrease altitude with constant rate and when real verical speed became zero (ground reached) - disarm motors. For me it works nice (on ArduCopter 2.9). Which firmware version do you use?
OF_LOITER is Loiter using Optical Flow…"
Is it possible to track sonar altitude in Mission Planner? I can't find it. I looked into GCS_Mavlink.pde and it seems that it's not sended to GCS :( It can be useful parameter for pilot I think.
I found that using traditional throttle control for modes with altitude hold is not convinient for me. For example I want to fly with alt hold at 2 meters, but without sonar. Sonar doesn't work for me now because of low temp (-12C) or maybe snow…
Why there is no ArduCopter-2.9-rc5 tag in git repository?I want to build this version, but there are toooo many problems when I try to use ArduCopter-2.9-rc5.zip downloaded from googlecode ArduCopter site. I'm using make…