aboutsummaryrefslogtreecommitdiff
path: root/src/platforms
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/ROS_shared_lib_base_class' into ↵Thomas Gubler2014-12-021-0/+142
|\ | | | | | | | | | | | | | | dev_ros_rossharedlib Conflicts: src/modules/uORB/topics/vehicle_attitude.h src/platforms/px4_defines.h
| * added ros specific source file for performance_counterRoman Bapst2014-11-111-0/+142
| |
| * updatedRoman Bapst2014-11-111-0/+1
| |
| * pixhawk specific filesRoman Bapst2014-11-111-5/+0
| |
| * use px4_defines header to distinguish platformRoman Bapst2014-11-111-1/+3
| |
| * added header file with platformspecific definitionsRoman Bapst2014-11-111-0/+56
|
* move px4_defines fileThomas Gubler2014-12-021-0/+77
|
* add macros for easy 2d array support, builds on px4 test buildThomas Gubler2014-12-021-72/+0
|
* add PX4 advertise macroThomas Gubler2014-11-281-0/+1
|
* add support for subcription method callbacks for ros and nuttxThomas Gubler2014-11-282-7/+17
|
* correctly handle interval, call callback only when topic updated, add ↵Thomas Gubler2014-11-282-1/+6
| | | | example for 2 topics
* make px4::ok work, use it in px4::spinThomas Gubler2014-11-286-38/+24
|
* re-add accidentally deleted line from commit ↵Thomas Gubler2014-11-281-0/+2
| | | | bc4209681c39fc934defcff318221e2c17c1ddb8
* remove commentThomas Gubler2014-11-281-27/+0
|
* use interval setting correctly, improve px4::spinThomas Gubler2014-11-282-10/+34
|
* actually call callbackThomas Gubler2014-11-282-10/+7
|
* macro for topic subscriptionThomas Gubler2014-11-281-4/+6
|
* WIP, c++11 style callbacks for px4Thomas Gubler2014-11-284-23/+63
|
* move spin functions to nodehandleThomas Gubler2014-11-263-14/+5
|
* fix ros compile errorsThomas Gubler2014-11-261-6/+6
|
* reenable task flagThomas Gubler2014-11-263-4/+8
|
* wip, working on the nuttx wrapperThomas Gubler2014-11-2610-37/+77
|
* WIP, towards more px4 compatibility, first macrosThomas Gubler2014-11-253-6/+60
|
* ros wrapper: small reorderingThomas Gubler2014-11-253-7/+15
|
* px4 wrapper for ros publisherThomas Gubler2014-11-252-4/+30
|
* define default queue sizeThomas Gubler2014-11-251-1/+2
|
* create list of subscribersThomas Gubler2014-11-241-2/+12
|
* improve subsciber apiThomas Gubler2014-11-242-3/+7
|
* wrapped subscriberThomas Gubler2014-11-247-2/+118
|
* Restructuring of generic middleware support files, wrapping of the main ROS ↵Lorenz Meier2014-11-0913-0/+635
calls, skeletons for publishers / subscribers