aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* make parameter parser work with python3Thomas Gubler2015-05-042-5/+8
|
* Add support for board attribute to parse outputDon Gagne2015-04-214-33/+53
| | | | | This allows for writing parameter meta data which is specific to a board type
* Revert "Added ability for board specific meta data generation"Lorenz Meier2015-04-183-51/+31
| | | | This reverts commit 9ac350a7d1c5c07a4e4ba7824744930f9110dedc.
* Added ability for board specific meta data generationDon Gagne2015-04-183-31/+51
| | | | Use new @board meta data attribute for board specific ifdef support
* Change to V2 spec of param meta dataDon Gagne2015-04-161-19/+35
| | | | Had to switch to ElementTree to get attribute support
* Add version number to parameter meta dataDon Gagne2015-04-151-0/+4
|
* Parameter meta data fixesDon Gagne2015-04-151-2/+33
|
* Store parameter xml sizeDon Gagne2015-04-141-0/+1
| | | | This is needed in order to decompress in QGroundControl
* remove ROS install scripts, they are now in PX4/containersAndreas Antener2015-04-063-78/+0
|
* check_code_style exclude eigenDaniel Agar2015-03-271-0/+1
|
* Fix ROS install instructionsLorenz Meier2015-03-251-3/+0
|
* Fix missing dependenciesLorenz Meier2015-03-241-1/+1
|
* Add missing gflagsLorenz Meier2015-03-241-2/+3
|
* Ensure Eigen is installed as submoduleLorenz Meier2015-03-201-0/+22
|
* check_code_style.sh properly ignore src/modules/attitude_estimator_ekf/codegen/*Daniel Agar2015-03-191-1/+1
|
* Tools: added boot_now.py scriptAndrew Tridgell2015-03-141-0/+59
|
* px_uploader.py: added --boot-delay optionAndrew Tridgell2015-03-141-0/+11
| | | | this sets the bootloader delay
* Matlab tools: Motor transfer function curvesLorenz Meier2015-03-111-0/+58
|
* px_uploader: print chip versionAndrew Tridgell2015-03-071-1/+10
|
* px_loader: added --force optionAndrew Tridgell2015-03-071-1/+7
| | | | | this can be used to override the board type check. Useful when changing bootloaders
* Better error handling for multi-board setupsLorenz Meier2015-03-021-7/+6
|
* Uploader: Fix flashing if multiple board types are connectedLorenz Meier2015-03-021-2/+6
|
* make check_format ignore src/modules/attitude_estimator_ekf/codegenDaniel Agar2015-03-021-0/+1
|
* check_code_style.sh ignore mathlib/CMSISDaniel Agar2015-03-021-0/+1
|
* git pre-commit hook don't echo files changedDaniel Agar2015-03-021-3/+0
|
* check_code_style.sh ignore unittests/build directoryDaniel Agar2015-03-021-0/+1
|
* add astyle pre-commit git hookDaniel Agar2015-03-021-0/+29
|
* add make check_format to check astyle code formattingDaniel Agar2015-03-022-0/+29
|
* Reduce delay between board search attempts, code styleLorenz Meier2015-02-261-5/+5
|
* px4_uploader: Push program bytes faster by using bigger blocksJohan Jansen2015-02-261-2/+2
|
* px4_uploader: Prevent spin-lock from hogging CPUJohan Jansen2015-02-261-64/+73
|
* removed docker/vagrant stuff, is now in a separate repositoryAndreas Antener2015-02-198-304/+0
|
* uORB header generator: Fix typo in feedback textLorenz Meier2015-02-161-1/+1
|
* PX4: better error msg in python uorb generation errorAndrew Tridgell2015-02-161-0/+1
|
* Tools: improve python package error messageAndrew Tridgell2015-02-161-4/+14
|
* fix syntax in uorb header generation scriptThomas Gubler2015-02-081-4/+7
| | | | This fixes syntax and indentation of a58d73b5d084c6229610c17f3c443a2925d714ef
* ros workspace setup scripts: use master branchThomas Gubler2015-02-062-6/+1
|
* Add error message with installation instruction if empy is missing.Lorenz Meier2015-02-061-1/+6
|
* Update header generation scriptLorenz Meier2015-02-031-1/+1
|
* Improve submodule checkingLorenz Meier2015-02-031-9/+50
|
* Tools/ros: add license infoThomas Gubler2015-02-0111-1/+19
|
* Merge pull request #1734 from PX4/ros_messagelayer_merge_attctrl_posctrlThomas Gubler2015-02-013-29/+82
|\ | | | | Ros messagelayer merge attctrl posctrl
| * Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2015-01-281-0/+36
| |\ | | | | | | | | | ros_messagelayer_merge_attctlposctl
| | * Add a compiler coloring tool to highlight warning and errors in the output.Simon Wilks2015-01-281-0/+36
| | |
| * | header generation script: create dir if it does not existThomas Gubler2015-01-231-0/+5
| | |
| * | header generation script: add option to set output filename prefixThomas Gubler2015-01-231-6/+11
| | |
| * | Merge remote-tracking branch 'upstream/master' into ros_messagelayer_mergeThomas Gubler2015-01-211-23/+30
| |\| | | | | | | | | | | | | | | | Conflicts: src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp src/modules/uORB/topics/vehicle_attitude.h
| | * Cleanup uploader output.Simon Wilks2015-01-191-23/+30
| | |
* | | added ros-joy package and drcsimAndreas Antener2015-01-241-6/+5
| | |
* | | naming updatesAndreas Antener2015-01-242-2/+2
| | |