aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/mixer/multi_tables
Commit message (Collapse)AuthorAgeFilesLines
* make multi_tables script python3 compatibleThomas Gubler2015-01-061-197/+0
| | | | 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
| |
* | std::underlying_type is not supported by the g++ 4.6 used by CI serverAnton Matosov2015-01-051-1/+1
| |
* | Switched to enum class out of class definitionAnton Matosov2015-01-051-2/+2
| |
* | Added output of the generated multi_tables to the terminal as well as to the ↵Anton Matosov2015-01-051-1/+34
|/ | | | | | | file Changed compiler C++0x enabling flag to check if it is a cuase Updated copyrights
* Replaced tabs with spaces as it is critical for some python buildsAnton Matosov2015-01-051-32/+32
|
* Removed extension for multi_tables to not affect its usersAnton Matosov2015-01-051-0/+159
| | | | Fixed dependencies for the mixer_multirotor.cpp from all the modules
* Rewrote multi_tables with pythonAnton Matosov2015-01-051-156/+0
|
* Automated generation of the Geometry enum to make addition of the new ↵Anton Matosov2015-01-051-77/+89
| | | | multirotor a really simple task
* Automated updates of the C++ code generated by the multi_tables script, now ↵Anton Matosov2015-01-051-0/+9
| | | | 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-041-5/+14
| | | | tables been generated automatically
* Made it possible to specify yaw scale for the copterAnton Matosov2015-01-041-1/+3
|
* added more mixer geometries and took v-mixer out of multi_tables scriptRoman Bapst2014-12-021-7/+4
|
* Add mixer config for hexa coax frameJohn Hiesey2014-05-201-3/+12
|
* Added 8 rotor Coaxial Rotor mixerrunepx42013-10-311-1/+12
|
* ROMFS wide quad mixer addition and cleanupLorenz Meier2013-05-051-1/+8
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-0/+100