Kasyap M's Discussions (4)

Sort by

Clarification regarding APM modes

Hi,

I am confused about the representation of APM modes in the heartbeat and uplink messages. This is what I am doing:
APM<--->MAVProxy<---->A python program using pymavlink.
For setting the APM in AUTO and GUIDED modes, I had used the following encodin

Read more…

GCS-UAV heartbeat requirement

Hi,

I have observed that Mission planner keeps sending heart-beats to the APM. Can someone please clarify if this is a requirement. I am trying to devlelop an application (with limited functionality) that communicates with APM via MAVProxy. The applic

Read more…

Unable to set mode to 'AUTO' using MAVlink

Hi group,

I have recently started using MAVProxy. It is great, allowing control from multiple GCS along with a command-line interface. I am currently trying to set the 'mode' programatically. Browsed a bit and found pymavlink, so started about making

Read more…