aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* | add PX4 advertise macroThomas Gubler2014-11-281-1/+1
| |
* | add support for subcription method callbacks for ros and nuttxThomas Gubler2014-11-281-7/+23
| |
* | correctly handle interval, call callback only when topic updated, add ↵Thomas Gubler2014-11-281-5/+6
| | | | | | | | example for 2 topics
* | use interval setting correctly, improve px4::spinThomas Gubler2014-11-281-10/+1
| |
* | fix print for px4Thomas Gubler2014-11-282-3/+3
| |
* | macro for topic subscriptionThomas Gubler2014-11-281-2/+5
| |
* | Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-11-281-2/+2
|\|
| * Fix flow exampleLorenz Meier2014-10-311-2/+2
| |
* | remove unnecessary variableThomas Gubler2014-11-281-2/+4
| |
* | WIP, c++11 style callbacks for px4Thomas Gubler2014-11-281-1/+9
| |
* | move spin functions to nodehandleThomas Gubler2014-11-262-2/+2
| |
* | fix ros compile errorsThomas Gubler2014-11-261-2/+2
| |
* | reenable task flagThomas Gubler2014-11-262-3/+9
| |
* | wip, working on the nuttx wrapperThomas Gubler2014-11-262-11/+13
| |
* | WIP, towards more px4 compatibility, first macrosThomas Gubler2014-11-252-2/+2
| |
* | px4 wrapper for ros publisherThomas Gubler2014-11-251-2/+3
| |
* | create list of subscribersThomas Gubler2014-11-241-1/+1
| |
* | improve subsciber apiThomas Gubler2014-11-241-0/+1
| |
* | wrapped subscriberThomas Gubler2014-11-241-2/+2
| |
* | Restructuring of generic middleware support files, wrapping of the main ROS ↵Lorenz Meier2014-11-094-143/+178
| | | | | | | | calls, skeletons for publishers / subscribers
* | ros example: send rc_channels messageThomas Gubler2014-11-052-12/+13
| |
* | Baby steps towards PX4 ROS nodesLorenz Meier2014-10-061-5/+5
| |
* | Get ROS examples to compile, add simple RC channels messageLorenz Meier2014-10-062-0/+230
|/
* Build fixes for exampleLorenz Meier2014-07-151-3/+3
|
* Merged masterLorenz Meier2014-07-151-0/+1
|\
| * Fix compiler warningsDon Gagne2014-06-291-0/+1
| |
* | Build and runtime fixes for matlab csv serial bridgeLorenz Meier2014-06-102-27/+27
| |
* | matlab logging: Initial CSV exampleLorenz Meier2014-06-062-0/+287
|/
* Removed obsolete flow control exampleLorenz Meier2014-05-234-878/+0
|
* flow example: Use smaller stack and correct start logicLorenz Meier2014-05-161-2/+3
|
* examples: Adjust start tool and main stack sizes to reasonable defaultsLorenz Meier2014-05-153-2/+6
|
* examples: fixed wing: Reduce start tool stack sizeLorenz Meier2014-05-151-0/+2
|
* Use double for lat/lon in vehicle_global_position topic, use filed names ↵Anton Babushkin2014-01-241-5/+1
| | | | lat, lon, alt, vel_n, vel_e, vel_d for global positions
* Topics: Move from global_position_setpoint to mission_item_tripletJulian Oes2013-12-261-1/+0
|
* Only read 5 values, then returnJulian Oes2013-10-291-1/+1
|
* added hw test, added better io debuggingLorenz Meier2013-10-102-0/+114
|
* There were unintialized variables.Hyon Lim (Retina)2013-09-253-13/+62
| | | | | | (control mode was not updated) Also, new flags (xy_valid etc) were considered.
* Moved math library to library dir, improved sensor-level HIL, cleaned up geo ↵Lorenz Meier2013-08-211-1/+1
| | | | / conversion libs
* Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-153-21/+21
|
* Merged masterLorenz Meier2013-07-154-7/+7
|\
| * Hotfix: Changed all left-over task_spawn() to task_spawn_cmd()Lorenz Meier2013-07-084-7/+7
| |
* | Merge branch 'master' into new_state_machineJulian Oes2013-07-083-2/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * Commented flow example slightly betterLorenz Meier2013-07-051-0/+11
| |
| * Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-1712-0/+2024
| |\
| * \ Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-061-0/+1
| |\ \
| * \ \ MergedLorenz Meier2013-06-061-25/+28
| |\ \ \
| * | | | Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-012-2/+2
| | | | | | | | | | | | | | | | | | | | version of task_spawn that's different.
* | | | | Adapted flow estimator, position and velocity control to new state machineJulian Oes2013-06-243-34/+45
| | | | |
* | | | | Hack to make flow controll to compileJulian Oes2013-06-163-1/+9
| | | | |
* | | | | Merge branch 'pid_fixes' into new_state_machineJulian Oes2013-06-1512-0/+2024
|\ \ \ \ \ | | |_|_|/ | |/| | |