aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB/objects_common.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added home position concept, uORB struct and MAVLink announcement of home ↵Lorenz Meier2013-01-191-0/+3
| | | | position
* Added support for battery voltage and differential pressure to logging and ↵Lorenz Meier2013-01-091-0/+6
| | | | plot script
* Introduced battery_status uORB topic, changed sensors app to publish to it, ↵Lorenz Meier2013-01-011-0/+3
| | | | extended px4io driver to publish to it. Both do only so if the battery voltage is reasonably high, at 3.3V
* Added actuator controls effective topicLorenz Meier2012-11-211-0/+8
|
* Added setpoint tripletLorenz Meier2012-11-201-0/+3
|
* Added controller parameters, added vicon position readingLorenz Meier2012-10-041-0/+3
|
* Completely implemented offboard controlLorenz Meier2012-09-211-1/+3
|
* Reworked control interface, needs testing / validationLorenz Meier2012-09-191-2/+2
|
* Deleted old cruftLorenz Meier2012-09-101-6/+0
|
* Fixed correct RC loss detection, AR.Drone is now shutting down motors after ↵Lorenz Meier2012-09-051-0/+3
| | | | 1 s of RC loss. Added debug topic.
* Final parameter interface cleanup - removed last bit of old cruft, fixed a ↵Lorenz Meier2012-08-271-1/+1
| | | | bug on parameter update notification, cleaned up API slightly in naming
* Ported almost everything to new param interface, ready for serious testingLorenz Meier2012-08-241-0/+3
|
* Fixed a bunch of issues in the arming state machine for multirotors, arming ↵Lorenz Meier2012-08-221-4/+4
| | | | / disarming works fine now. Porting of various processes needed
* Add a set of ORB topics for advertising actuator outputs.px4dev2012-08-211-0/+6
| | | | This is part of \#7
* Integrated optical flowLorenz Meier2012-08-141-0/+3
|
* Added manual control abstraction layer, reworked sensors and ardrone_control ↵Lorenz Meier2012-08-111-1/+4
| | | | apps to use it instead of direct RC channels
* More work on the mixer architecture.px4dev2012-08-051-2/+7
| | | | | | Solve the multiple publishers issue with 'control groups', one group per controller. Mixer inputs now specify both group and control offset within the group. Avoid using %f when loading/saving mixers; use scaled integers instead.
* Checkpoint: more work in progress on mixer load/savepx4dev2012-08-051-0/+4
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+101