aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/px4_middleware.h
Commit message (Collapse)AuthorAgeFilesLines
* get rid of unnecessary definesThomas Gubler2015-01-231-4/+0
|
* add and use PX4_ROS preprocessor defineThomas Gubler2015-01-061-2/+2
|
* commander dummy nodeThomas Gubler2014-12-301-0/+4
|
* Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-181-1/+0
| | | | | | | | | Conflicts: src/examples/subscriber/subscriber_params.c src/modules/mc_att_control/mc_att_control_main.cpp src/modules/uORB/topics/vehicle_attitude.h src/modules/uORB/topics/vehicle_attitude_setpoint.h src/platforms/px4_middleware.h
* add missing __EXPORTThomas Gubler2014-12-101-1/+1
|
* move vehicle_attitude_setpoint to msg formatThomas Gubler2014-12-081-2/+2
|
* more documentation commentsThomas Gubler2014-12-041-0/+13
|
* make px4::ok work, use it in px4::spinThomas Gubler2014-11-281-3/+6
|
* re-add accidentally deleted line from commit ↵Thomas Gubler2014-11-281-0/+2
| | | | bc4209681c39fc934defcff318221e2c17c1ddb8
* remove commentThomas Gubler2014-11-281-27/+0
|
* move spin functions to nodehandleThomas Gubler2014-11-261-4/+0
|
* reenable task flagThomas Gubler2014-11-261-0/+2
|
* wip, working on the nuttx wrapperThomas Gubler2014-11-261-5/+6
|
* Restructuring of generic middleware support files, wrapping of the main ROS ↵Lorenz Meier2014-11-091-0/+95
calls, skeletons for publishers / subscribers