- Oct 06, 2010
-
-
lm authored
-
- Oct 04, 2010
-
-
lm authored
-
- Oct 01, 2010
- Sep 30, 2010
-
-
pixhawk authored
-
- Sep 29, 2010
-
-
pixhawk authored
-
- Sep 28, 2010
- Sep 27, 2010
-
-
lm authored
-
lm authored
-
Laurens Mackay authored
-
lm authored
-
- Sep 26, 2010
-
-
pixhawk authored
-
- Sep 25, 2010
- Sep 23, 2010
-
-
pixhawk authored
-
- Sep 22, 2010
-
-
Lionel Heng authored
-
lm authored
-
- Sep 21, 2010
-
-
Lionel Heng authored
-
lm authored
-
- Sep 20, 2010
-
-
Bryan Godbolt authored
I added the ability for the parser to pack an array of any mavlink standard type. This will allow array types to be specified for mavlink messages without using the type="array" syntax. I also changed how a bunch of the strings were constructed to more closely conform to the coding style guidelines by reducing the number of implicit copy constructor calls
-
- Sep 19, 2010
-
-
pixhawk authored
-
- Sep 14, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Sep 13, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
pixhawk authored
-
- Sep 11, 2010
-
-
pixhawk authored
-
- Sep 10, 2010
-
-
tecnosapiens authored
-
tecnosapiens authored
added functions to create global waypoinst, modifying the WaypointList class, MapWidget and MainWindows.
-
- Sep 07, 2010
-
-
tecnosapiens authored
-
- Sep 06, 2010
-
-
Mariano Lizarraga authored
-
- Sep 04, 2010
-
-
tecnosapiens authored
add the functionality to erase the list of Waypoint widget (WaypointView) from the button of the WaypointList widget
-
- Sep 03, 2010
-
-
Bryan Godbolt authored
Changed NUM_OUTPUT_SIGNALS to an const unsigned short from a #define and moved its definition into OpalRT.h from OpalLink.h so that the configuration would all be in one place.
-
Bryan Godbolt authored
-
tecnosapiens authored
add widget WaypointView to widget WaypointList when create a waypoint with mouse over the map
-
Bryan Godbolt authored
OpalLink should now be able to be disconnected. I also added a test to see if params had already been allocated before calling new in OpalLink::connect()
-
tecnosapiens authored
-