paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Please help with addition telemetry


From: Todd Sandercock
Subject: Re: [Paparazzi-devel] Please help with addition telemetry
Date: Fri, 28 Nov 2008 14:03:53 -0800 (PST)

I think you need to make the whole paparazzi. ie get open a terminal and go to the paparazzi folder and type "make". This creates the "var/include/messages.h" file that is included to perform the messages stuff. That may be your problem.


From: Andrew S <address@hidden>
To: address@hidden
Sent: Saturday, 29 November, 2008 1:23:05 AM
Subject: [Paparazzi-devel] Please help with addition telemetry

Hello Everyone!

I need help with following:
I tried to add telemetry messages and have done all (as I mean) from page
http://paparazzi.enac.fr/wiki/index.php/DevGuide/Communications
After make changes I got following message during compilation:

main_ap.c: In function `reporting_task':
main_ap.c:236: warning: implicit declaration of function `PERIODIC_SEND_MARK'
main_ap.c:236: warning: nested extern declaration of `PERIODIC_SEND_MARK'

I am trying to send three values - gps_lat gps_lon and gps_alt as int32

If I try to just paste code DOWNLINK_SEND_MARK(&gps_lat, &gps_lon, &gps_alt);
to gps.c near DOWNLINK_SEND_GPS, compilation is done, but after make and upload
I cant see the message neither in Messages program, nor with manual stream review.



Thanks in advance
Andrew
--


_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel


Start your day with Yahoo!7 and win a Sony Bravia TV. Enter Now


reply via email to

[Prev in Thread] Current Thread [Next in Thread]