* [rtcm] RTK with UBlox8 modules
based on #1902, with fragmentation of packets to fit in RF modems if
necessary
* fix warnings
* [pprzlink] update pprzlink for RXMRTCM message
* [rtcm] add missing files
the python plotter, and other tools need some love...
Remved the Real-Time Plotter (Python) from control panel as it didn't work.
Fixed the messagepicker, but it only prints the ac_id/message/field
so that when you start a program via the tools menu, it will add the specified args.
Also parses the @AIRCRAFT, @AC_ID
updated control_panel_example.xml for some progs to make use of that.
Removed the non working variables stuff...
[logalizer] rename plot to logplotter for clarity
Was quite unclear that plot refers to the log plotter and plotter to the realtime plotter...
Hence rename the plot executable to logplotter.
If launched via the old plot it will print that plot was renamed to logplotter and then launch logplotter.
When you use @AIRCRAFT as a constant parameter to a program in your
session, it will be automatically replaced by the name selected in the
A/C dropdown combo box of the Paparazzi Center. This makes it possible
to create generic sessions that start programs which need to know which
aircraft is of interest. For example settings.
This is a possible solution to the #1215 issue.