Bryant
On Thursday, March 22, 2012 10:06:10 AM, Valerio Zanetti wrote:
> Ok thank you, Bryant.
>
> How many files compose your own MAVLink version? Does it depends on
> the specific platform?
>
> Thanks!
>
> Valerio
>
> ------------------------------------------------------------------------
> ------------------------------------------------------------------------
> Date: Thu, 22 Mar 2012 09:10:03 -0700
> From: susu...@gmail.com <mailto:susu...@gmail.com>
> To: mav...@googlegroups.com <mailto:mav...@googlegroups.com>
> Subject: Re: [MAVLINK] Re: Using MAVLink with Autonomous Autopilot
>
> I don't understand what you're asking. You mean you have your own
> version of MAVLink and you're trying to get QGC to understand it?
> If that's the case you can just replace the MAVLink code within
> QGC with your own code. So I just delete all the header files
> under thirdpart/mavlink/include I think and replace it with my own
> MAVLink version (which includes the common messages). I'm not
> certain how it's supposed to work, but that's what I do.
>
> Bryant
>
> On 3/22/12 9:07 AM, Valerio Zanetti wrote:
>
> Ok I see, thank you anyway. Can I ask you if it's enough
> adding files to /thirdparty/mavlink/MyAutopilot folder to link
> the microcontroller to QGC? Can you help me in the general
> steps to follow for linking to QGC (without referring to my
> specific platform)?
>
> Thank you!
>
> Valerio
>
> ------------------------------------------------------------------------
> Date: Thu, 22 Mar 2012 08:44:39 -0700
> From: susu...@gmail.com <mailto:susu...@gmail.com>
> To: mav...@googlegroups.com <mailto:mav...@googlegroups.com>
> Subject: Re: [MAVLINK] Re: Using MAVLink with Autonomous Autopilot
>
> Unfortunately I can't help you here. Your questions are all
> too dependent on your environment, which I know nothing about.
> As for the waypoints, you need to use the mission protocol
> (http://qgroundcontrol.org/mavlink/waypoint_protocol).
>
> Best of luck,
>
> Bryant
>
> On 3/22/12 5:53 AM, Valerio Zanetti wrote:
>
> Ok Bryant, it's exactly what I was asking. So you don't
> pass throuh Simulink to connect the microcontroller to
> QGC. My issue now:
>
> How can I connect for example the switch block (in
> simulink) for manual/auto mode to the main screen of QGC?
>
> In the same way, how can I send the uplink log file for
> waypoints?
>
> Thank you!
>
> Valerio
> ------------------------------------------------------------------------
> Date: Wed, 21 Mar 2012 18:34:20 -0700
> From: susu...@gmail.com <mailto:susu...@gmail.com>
> To: mav...@googlegroups.com <mailto:mav...@googlegroups.com>
> Subject: Re: [MAVLINK] Re: Using MAVLink with Autonomous
> Autopilot
>
> Unfortunately I don't really understand your question. I'm
> not processing any of the MAVLink data within Simulink. I
> have Simulink compiling down to run on my microcontroller
> and then only QGC is receiving it.
>
> Bryant
>
> On 3/21/12 1:52 PM, valerio...@hotmail.it