- Jan 13, 2017
-
-
James Goppert authored
-
- Jan 02, 2017
-
-
Daniel Agar authored
-
- Dec 27, 2016
-
-
Anton Matosov authored
Move RC and DL failsafe actions handling from navigator to commander (credits to @AndreasAntener) Separate manual kill switch handling via manual_lockdown to prevent override and release of software lockdown by RC switch Other changes: Add failsafe tune Fix LED blinking for Pixracer Return back support for rc inputs in simulator but now it is configurable via cmake
-
- Dec 21, 2016
-
-
David Sidrane authored
-
- Dec 07, 2016
-
-
Daniel Agar authored
-closes #5862
-
- Nov 19, 2016
-
-
Dennis Shtatnov authored
-
- Nov 15, 2016
-
-
Anton Matosov authored
-
Anton Matosov authored
-
- Jul 22, 2016
-
-
Julian Oes authored
-
- May 01, 2016
-
-
thedevleon authored
-
- Mar 14, 2016
-
-
Daniel Agar authored
-
- Feb 27, 2016
-
-
Lorenz Meier authored
-
- Feb 01, 2016
-
-
nephne authored
-
- Dec 28, 2015
-
-
dogmaphobic authored
-
- Dec 08, 2015
-
- Oct 19, 2015
-
-
Lorenz Meier authored
-
- Sep 14, 2015
-
-
James Goppert authored
-
- Sep 08, 2015
-
-
James Goppert authored
-
- Jul 31, 2015
-
-
Lorenz Meier authored
-
- Jun 09, 2015
-
-
Mark Charlebois authored
The toolchain_* files are target OS specific so they were moved to the target OS subdir. The gcc_version.* files are only cleared once per make instantiation so a build that creates multiple HW targets will try to link with an incompatible .o file (i.e. x86 build linking ARM .o). I created posix-arm as a separate target to fix this problem. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Apr 27, 2015
-
-
Mark Charlebois authored
The generated file is not created in the Build tree and is automatically ignored Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The posix build would complain that toipc_listener.cpp did not exist and there was no rule to create it. The required rule was added to src/systemcmds/topic_listener/module.mk The script generate_listener.py is run from the Build tree and needs to access $(PX4_BASE)/msgs so $(PX4_BASE) is now passed as an argument to generate_listener.py Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Apr 26, 2015
-
-
tumbili authored
-
- Apr 21, 2015
-
-
Lorenz Meier authored
-
- Mar 27, 2015
-
-
Hessel van der Molen authored
-
- Mar 02, 2015
-
-
Daniel Agar authored
-
- Jan 24, 2015
-
-
Andreas Antener authored
-
- Jan 23, 2015
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Jan 05, 2015
-
-
Anton Matosov authored
Automated updates of the C++ code generated by the multi_tables script, now it is placed into the mixer_multirotor.generated.h file which is generated by makefile
-
- Jan 03, 2015
-
-
Daniel Agar authored
-
- Dec 21, 2014
-
-
Lorenz Meier authored
-
- Dec 01, 2014
-
-
Thomas Gubler authored
Standard and embedded types work, may need small refinements for some types
-
- Nov 24, 2014
-
-
Thomas Gubler authored
-
- Jul 08, 2014
-
-
Pavel Kirienko authored
-
- Jul 07, 2014
-
-
Lorenz Meier authored
-
- May 06, 2014
-
-
Pavel Kirienko authored
Initial UAVCAN integration. The library compiles successfully, CAN driver appears to be working properly. There is one hardcoded path in the module makefile that needs to be fixed; plus the compilation will likely fail unless arch/math.h contains log2l()
-
- May 05, 2014
-
-
Thomas Gubler authored
-
- May 02, 2014
-
-
Thomas Gubler authored
-
- Apr 24, 2014
-
-
Thomas Gubler authored
-