- Mar 20, 2017
-
-
David L Sprague authored
Fixed the block comments at the top of the source file and the help message for the script (starting at line 279) so that an underscore ("_") character is correctly described as the separator for the first message field name rather than a period character "."
-
- Mar 13, 2017
-
-
Lorenz Meier authored
-
- Mar 11, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Mar 10, 2017
-
-
Beat Küng authored
-
- Mar 08, 2017
-
-
Julian Oes authored
This fixes the compass, see: https://github.com/PX4/jMAVSim/pull/55
-
- Mar 07, 2017
-
-
Beat Küng authored
-
- Mar 04, 2017
-
-
Beat Küng authored
usage: export replay_mode=ekf2 export replay=<abs_path_to_log.ulg> make posix none
-
- Mar 03, 2017
-
-
Beat Küng authored
currently jmavsim uses a default rate of 500 Hz which is too much.
-
- Feb 27, 2017
-
-
Julian Oes authored
-
Julian Oes authored
In order to use px_uploader as a module from another Python script, all the action needs to be moved into a main() function which is only called if the file is run directly.
-
Julian Oes authored
Sometimes right after reboot, we got a `raise SerialException( msg.errno, "could not open port {}: {}".format(self._port, msg))`. If this happens now, we will just try again later.
-
Julian Oes authored
Found by PEP8 checker.
-
Julian Oes authored
-
Julian Oes authored
This file had the indentending mixed up between 4 and 8 spaces. This changes it to the Pythonic way of 4 spaces.
-
- Feb 20, 2017
-
-
Paul Riseborough authored
-
- Feb 17, 2017
-
-
Lorenz Meier authored
-
James Goppert authored
* Fix several valgrind identified mem leaks * Added callgrind target. * px4_posix_tasks use nullptr
-
James Goppert authored
-
- Feb 16, 2017
-
-
Lucas De Marchi authored
We still want to be able to program the flight stack if the user changes the baudrate of that UART.
-
Lucas De Marchi authored
We may need to change the baud rate from one version to the other. Allowing the script to try multiple baud rates makes the transition a little bit less painful. This also fixes a bug in which it would go the next port before trying to identify the board after asking it to reboot.
-
- Feb 13, 2017
-
-
Lorenz Meier authored
-
- Feb 12, 2017
-
-
bharath374 authored
-
- Feb 07, 2017
-
-
Paul Riseborough authored
Fix typographical error
-
- Feb 02, 2017
-
-
Paul Riseborough authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Feb 01, 2017
-
-
Bart Slinger authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
Refactored calibrator is not working.
-
Paul Riseborough authored
The flight code assumes corrections have the same sign as the sensor bias error and are subtracted from the raw reading
-
- Jan 29, 2017
-
-
Daniel Agar authored
-
- Jan 28, 2017
-
-
David Sidrane authored
* Added tool to restore defconfig sections after make [old|menu]config * Use tool to restore defconfig sections after make [old|menu]config invocation: make px4fmu-v2_default oldconfig_px4fmu-v2 make px4fmu-v2_default menuconfig_px4fmu-v2
-
- Jan 27, 2017
-
-
Daniel Agar authored
-
- Jan 25, 2017
-
-
James Goppert authored
* Streamline python script for temp cal. * Simplify file generation for temp calibration.
-
- Jan 21, 2017
-
-
Paul Riseborough authored
-
- Jan 20, 2017
-
-
Janis Dzerve authored
-
- Jan 16, 2017
-
-
BharathR authored
* Fixed build error in Snapdragon Flight legacy driver mode (partially) * Fixed build error in eagle_legacy_default mode (px4muorb.h generation issue) * Fixed the snapdragon flight sanity test script (default and legacy driver modes) * Fixed PX4 sanity test script (removed a check msg)
-
BharathR authored
* Fixed build error in Snapdragon Flight legacy driver mode (partially) * Fixed build error in eagle_legacy_default mode (px4muorb.h generation issue) * Fixed the snapdragon flight sanity test script (default and legacy driver modes)
-