aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib
Commit message (Collapse)AuthorAgeFilesLines
* updated comparisonAndreas Antener2015-02-101-1/+1
|
* implemented reset excludes in systemcmd "param", updated autoconfig ↵Andreas Antener2015-02-101-2/+3
| | | | parameter doc
* implemented reset with excludesAndreas Antener2015-02-102-0/+37
|
* Param interface: Allow to check return value of param_reset. Reset test ↵Lorenz Meier2015-02-082-4/+10
| | | | param prior to running test
* Merge remote-tracking branch 'upstream/master'Trent Lukaczyk2015-02-058-34/+80
|\
| * Merge ROS into masterLorenz Meier2015-02-036-33/+74
| |\
| | * Merged master into rosLorenz Meier2015-02-021-1/+2
| | |\
| | * \ Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2015-01-282-2/+20
| | |\ \ | | | | | | | | | | | | | | | ros_messagelayer_merge_attctlposctl
| | * \ \ Merge remote-tracking branch 'upstream/master' into ros_messagelayer_mergeThomas Gubler2015-01-211-0/+3
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp src/modules/uORB/topics/vehicle_attitude.h
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into rosThomas Gubler2015-01-152-20/+125
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/platforms/px4_middleware.h
| | * \ \ \ \ Merge remote-tracking branch 'upstream/master' into rosThomas Gubler2015-01-093-6/+27
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/multitablespython3' into dev_rosThomas Gubler2015-01-062-32/+34
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2015-01-065-283/+269
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2015-01-052-68/+77
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/mathlib/math/Matrix.hpp src/modules/mc_att_control/mc_att_control_main.cpp src/modules/uORB/topics/vehicle_status.h src/platforms/px4_includes.h
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-294-2/+18
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-252-12/+50
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore src/lib/uavcan
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into dev_rosThomas Gubler2014-12-183-11/+20
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | improve and fix multiplatform param by name macroThomas Gubler2014-12-171-2/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | circuit breaker: move to cpp, all platforms use the same fileThomas Gubler2014-12-174-33/+60
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | lots' of header juggling and small changes to make mc att control compile ↵Thomas Gubler2014-12-164-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for NuttX and ROS
| | * | | | | | | | | | | | add sched.h to systemlib includesThomas Gubler2014-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SCHED_RR and SCHED_FIFO are defined in sched.h
| * | | | | | | | | | | | | Make mcu version header C++ safeLorenz Meier2015-02-031-0/+4
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fixed unit test usage of visibility macrosLorenz Meier2015-02-021-1/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* / | | | | | | | | | | tricopter initial commitTrent Lukaczyk2015-02-052-1/+11
|/ / / / / / / / / / /
* | | | | | | | | | / Add call to access the mcu unique id. Expose via the 'ver' command.hauptmech2015-01-282-2/+20
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is prep for verifying calibration parameters against the hardware they were gathered on.
* | | | | | | | | | VA_ARGS fixes from coverityLorenz Meier2015-01-211-0/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Perf counter fixesLorenz Meier2015-01-111-1/+4
| | | | | | | | |
* | | | | | | | | Performance counters: Add option to set otherwise estimated time intervalLorenz Meier2015-01-112-0/+52
| | | | | | | | |
* | | | | | | | | Performance counters: Estimate RMS for elapsed counters. Allow to use a perf ↵Lorenz Meier2015-01-112-25/+75
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | counter across processes, deal with overruns and other resulting inconsistencies from cross-process use.
* | | | | | | | Implemented SK450 DeadCat frame supportAnton Matosov2015-01-083-6/+27
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Implemented the way to specify motor output scale which is required for SK450 DeadCat as it has asymetrical arms (front arms are longer than back ones)
* | | | | | | remove output of multi_tables scriptThomas Gubler2015-01-061-2/+0
| | | | | | |
* | | | | | | improve multi_tables makefileThomas Gubler2015-01-061-4/+5
| | | | | | |
* | | | | | | make multi_tables script python3 compatibleThomas Gubler2015-01-061-28/+31
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | The script still works with python2, I also added a file ending
* | | | | | Merged with px4/multitablesAnton Matosov2015-01-061-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/systemlib/mixer/multi_tables
| * | | | | | Multi-tables: Adjust shebang, add missing include guardsLorenz Meier2015-01-051-2/+7
| | | | | | |
* | | | | | | Removed include that couses compilation failureAnton Matosov2015-01-051-1/+0
| | | | | | |
* | | | | | | using type aliases are not supported by g++ 4.6Anton Matosov2015-01-051-1/+1
| | | | | | |
* | | | | | | std::underlying_type is not supported by the g++ 4.6 used by CI serverAnton Matosov2015-01-053-6/+5
| | | | | | |
* | | | | | | Switched to enum class out of class definitionAnton Matosov2015-01-053-25/+29
| | | | | | |
* | | | | | | Added output of the generated multi_tables to the terminal as well as to the ↵Anton Matosov2015-01-052-3/+38
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file Changed compiler C++0x enabling flag to check if it is a cuase Updated copyrights
* | | | | | Fixed compilationAnton Matosov2015-01-051-1/+2
| | | | | |
* | | | | | Replaced tabs with spaces as it is critical for some python buildsAnton Matosov2015-01-051-32/+32
| | | | | |
* | | | | | Fixed compilation of tests target in clean checkoutAnton Matosov2015-01-052-7/+42
| | | | | | | | | | | | | | | | | | | | | | | | Moved mixer_multirotor.generated.h generation to the standalone makefile to prevent copypaste
* | | | | | Removed extension for multi_tables to not affect its usersAnton Matosov2015-01-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed dependencies for the mixer_multirotor.cpp from all the modules
* | | | | | Rewrote multi_tables with pythonAnton Matosov2015-01-052-156/+159
| | | | | |
* | | | | | Automated generation of the Geometry enum to make addition of the new ↵Anton Matosov2015-01-053-97/+94
| | | | | | | | | | | | | | | | | | | | | | | | multirotor a really simple task
* | | | | | Added explicit dependency into makefile, as implicit one doesn't work often.Anton Matosov2015-01-051-0/+4
| | | | | |
* | | | | | Automated updates of the C++ code generated by the multi_tables script, now ↵Anton Matosov2015-01-053-113/+17
| |_|_|_|/ |/| | | | | | | | | | | | | | it is placed into the mixer_multirotor.generated.h file which is generated by makefile
* | | | | Moved quad_v and twin_engine to the multi_tables in order to make all the ↵Anton Matosov2015-01-042-69/+76
| | | | | | | | | | | | | | | | | | | | tables been generated automatically
* | | | | Made it possible to specify yaw scale for the copterAnton Matosov2015-01-041-1/+3
| |_|_|/ |/| | |