- Aug 26, 2012
-
-
px4dev authored
-
- Aug 23, 2012
- Aug 22, 2012
-
-
px4dev authored
ORB topic advertisements are now global handles that can be used in any context. It is still possible to open a topic node as a publisher, but it's not the default. As a consequence, the type of the handle returned from orb_advertise has changed; all other API remains the same.
-
px4dev authored
-
px4dev authored
Fix output scaling for the hmc5883 driver. Add data checking, and fix an issue where the ORB topic could not be published due to being advertised in the wrong context.
-
px4dev authored
Fix an issue where the baro ORB topic was advertised from the wrong context and thus could not be published to.
-
px4dev authored
This is part of \#7
-
- Aug 21, 2012
-
-
Lorenz Meier authored
-
px4dev authored
-
px4dev authored
-
- Aug 20, 2012
-
-
Lorenz Meier authored
-
pixhawk authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Aug 19, 2012
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Updated ROMFS scrips, created new ardrone_interface to jointly use multirotor_att_control on all multirotors, including AR.Drone frames
-
Lorenz Meier authored
Added deamon example, reworked / merged multirotor attitude control. Ready for AR.Drone interface changes and integration tests
-
Lorenz Meier authored
Cleaned up position control (WIP), moved PID structs (should become classes) to systemlib, added deamon app example
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
px4dev authored
Stop using systemlib in the PX4IO firmware; it has expectations that can't reasonably be met.
-
px4dev authored
-
px4dev authored
'make clean' at the top level should 'distclean' in NuttX, as it's not obvious otherwise how to get NuttX to clean out its dependencies and app configuration.
-
Lorenz Meier authored
-
- Aug 18, 2012
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
px4dev authored
Add <err.h> modeled on the BSD functions of the same name; this will let us clean up a lot of output from various shell tools.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
px4dev authored
-
- Aug 17, 2012
-
-
Lorenz Meier authored
Fixed PI wrapping code, debugging more sensor code, possible misalignment of mag and acc frames in filter
-
Lorenz Meier authored
-
- Aug 16, 2012
-
-
Lorenz Meier authored
-