- Sep 06, 2016
-
-
Beat Küng authored
-
- Aug 25, 2016
-
-
Lorenz Meier authored
* Path cleanup for SITL. * Restructured sitl scripts dir. * Set integration tests to use ekf2 for vtol. * Fix sitl paths for mac.
-
- Aug 18, 2016
-
-
James Goppert authored
* Low impact changes from path_cleanup branch. This is a step towards minimizing the diff with path_cleanup branch. * Update ecl. * Revert matrix update. * Revert ecl and matrix. * Update sitl gazebo. * Revert sitl_gazebo and matrix changes.
-
- Aug 07, 2016
-
-
Lorenz Meier authored
-
- Aug 05, 2016
-
-
Lorenz Meier authored
This reverts commit 699b6a2c.
-
James Goppert authored
-
- Jul 29, 2016
-
-
Lorenz Meier authored
-
- Jul 26, 2016
-
-
Julian Oes authored
-
- Jul 11, 2016
-
-
Beat Küng authored
-
- Jul 07, 2016
-
-
Beat Küng authored
This adds a new module that does: - read an parse an ULog file, given via ENV variable 'replay' - apply all parameters from the log file - read and apply user-defined override parameters from a file - publish all messages in 'real-time' from the log file and add a constant offset to the timestamp to match the system time. - apply changed parameters in the log (which are not overridden)
-
- Jun 20, 2016
-
-
Andreas Antener authored
-
- May 28, 2016
-
-
Lorenz Meier authored
-
- May 19, 2016
-
-
Daniel Agar authored
-
- May 14, 2016
-
-
Daniel Agar authored
-
- May 13, 2016
-
-
Lorenz Meier authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- May 12, 2016
-
-
Jonathan Challinger authored
-
- May 11, 2016
-
-
Beat Küng authored
Useful to test maximum sequential write speed to the SD Card
-
- May 03, 2016
-
-
Mark Charlebois authored
* Use DriverFramework as a PX4 module Targets wanting to use DriverFramework must add lib/DriverFramework/framework to their config file. Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Removed spurious code No need to add if check before for loop Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Added DriverFramework to NuttX configs Added lib/DriverFramework/firmware to nuttx configs Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Updated src/lib/DriverFramework * Removed DF_TARGET and __DF_${OS} defines These are now handled inside DriverFramework Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Updated DriverFramework Signed-off-by:
Mark Charlebois <charlebm@gmail.com> * Restored __DF_${OS} The include files in DriverFramwork need to know the target OS. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Apr 21, 2016
-
-
Lorenz Meier authored
This reverts commit 76df4ecf.
-
- Apr 20, 2016
-
-
SimsGautam authored
-
- Apr 14, 2016
-
-
James Goppert authored
-
James Goppert authored
-
- Apr 11, 2016
-
-
Beat Küng authored
- Note that the simulator still uses gpssim by default - now the gps module can be used in the SITL. this makes it possible to test the real gps HW under POSIX additional steps needed to use it: - in the rcS_jmavsim_iris, make sure to start the gps instead of gpssim: gps start -d /dev/ttyACM0 -s - disable the mavlink serial connection in simulator_mavlink.cpp, openUart(PIXHAWK_DEVICE, 115200); - this also fixes a memory leak in the gps module
-
- Feb 19, 2016
-
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Julian Oes authored
Unfortunately this still gives linking errors.
-
- Jan 25, 2016
-
-
Lorenz Meier authored
-
- Dec 24, 2015
-
-
Roman authored
-
- Dec 23, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Roman authored
-
Roman authored
-
- Nov 24, 2015
-
-
Lorenz Meier authored
-
- Nov 22, 2015
-
-
Lorenz Meier authored
-
- Nov 18, 2015
-
-
Mark Charlebois authored
The code here works only for SITL at the present time. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Nov 17, 2015
-
-
Roman authored
-
- Oct 27, 2015
-
-
tumbili authored
-
- Oct 24, 2015
-
-
jgoppert authored
-
- Oct 06, 2015
-
-
James Goppert authored
-