James Goppert
955749ed6f
Add iris_rplidar model ( #6558 )
...
* Whitespace cleanup and add config for rplidar.
* Add rplidar target.
* Disable gps for rplidar.
8 years ago
Daniel Agar
392a9fbb19
geotagging.py remove unused imports
8 years ago
Daniel Agar
6677022622
geotagging.py pep8 formatting
8 years ago
Daniel Agar
7be2eb06a2
geotagging.py handle mismatch of triggers and images
...
- print simple progress with time mismatch warning
8 years ago
Daniel Agar
c2be4df9b7
geo_tag_images.py remove unused imports
8 years ago
Daniel Agar
833a7e3677
geo_tag_images pep8 formatting
8 years ago
Daniel Agar
83d7764e9e
geo_tag_images.py fix to work with PX4 logs
8 years ago
Hamish Willee
33b4ec450d
Update parameter script to include increment, enum value, bitmask, module information
8 years ago
Beat Küng
d9dac8a6a8
Tools/px_process_params.py: set executable bit
8 years ago
Hamish Willee
0ea331d5c4
Add markdown (HTML) output format for parameters
8 years ago
Lorenz Meier
63a84900e6
Add rover model
8 years ago
Beat Küng
a4fc7ae95e
simplify px_process_params: remove --modules, use a list for --src-path instead
8 years ago
David L Sprague
0a02a4c503
Fixed Issue #6596
...
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 "."
8 years ago
Lorenz Meier
e9e79cdc9b
Updated optical flow repo
8 years ago
Lorenz Meier
fb64403607
Updated jMAVSim
8 years ago
Lorenz Meier
86a8e95017
Update jMAVSim to fix compatibility with recent java versions
8 years ago
Beat Küng
541e53fdcf
jmavsim_run.sh: add -i to specify the IP
8 years ago
Julian Oes
9235c0fd67
Update jMAVSim submodule
...
This fixes the compass, see:
https://github.com/PX4/jMAVSim/pull/55
8 years ago
Beat Küng
561a5c5422
Tools/px_mkfw.py: use the same args to get the git version as px_update_git_header.py
8 years ago
Beat Küng
037280c17d
sitl: add iris_replay startup script, handle $replay_mode in sitl_run.sh
...
usage:
export replay_mode=ekf2
export replay=<abs_path_to_log.ulg>
make posix none
8 years ago
Beat Küng
b2d47adf56
jmavsim_run.sh: add -r option to set the update rate
...
currently jmavsim uses a default rate of 500 Hz which is too much.
8 years ago
Julian Oes
12c7421be9
px_uploader.py: remove unused exception vars
8 years ago
Julian Oes
974a9a0673
px_uploader.py: enable file to be used as module
...
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.
8 years ago
Julian Oes
090d7ebd6b
px_uploader: fix SerialException error
...
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.
8 years ago
Julian Oes
b0a8073e15
px_uploader.py: small whitespace fix
...
Found by PEP8 checker.
8 years ago
Julian Oes
ff87d43be0
px_uploader.py: vim modeline for indent settings
8 years ago
Julian Oes
172f35042f
px_uploader.py: use consistent indenting
...
This file had the indentending mixed up between 4 and 8 spaces.
This changes it to the Pythonic way of 4 spaces.
8 years ago
Paul Riseborough
bf06066010
Tools: Add scripts for ecl EKF log file analysis
8 years ago
Lorenz Meier
495e16d510
Uploader script: Fix Python 2 issue and timing corner case on Mac OS, both in a robust fashion
8 years ago
James Goppert
7659402fdb
WIP: valgrind runtime analysis and fixes ( #6521 )
...
* Fix several valgrind identified mem leaks
* Added callgrind target.
* px4_posix_tasks use nullptr
8 years ago
James Goppert
85f62f5da0
Fix param scoping to use cmake for parsing.
8 years ago
Lucas De Marchi
47411b052c
aerofc: test 115200 and 460800 baud rates
...
We still want to be able to program the flight stack if the user changes
the baudrate of that UART.
8 years ago
Lucas De Marchi
f9795ccbab
px_uploader: support multiple baud rates
...
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.
8 years ago
Lorenz Meier
7f4601a50f
Plane: Fix motor scaling
8 years ago
bharath374
6013c273bf
Added 8x96 mode to Snapdragon Flight sanity test script
8 years ago
Paul Riseborough
5567170a26
Tools: update offline sensor calibration script
...
Fix typographical error
8 years ago
Paul Riseborough
f86347f1e2
Tools: Enable offline calibrator to handle less than 3 inertial sensors
8 years ago
Daniel Agar
4e3b4091e8
run-clang-tidy only display output on error
8 years ago
Daniel Agar
226148ea8b
import llvm 4.0 run-clang-tidy.py
8 years ago
Bart Slinger
a66a25b884
sdlog2_dump.py skip unknown message type
8 years ago
Paul Riseborough
0a447e9a93
Tools: update instructions for off-board calibrator
8 years ago
Paul Riseborough
e78c5155a2
Tools: update calibration instructions
8 years ago
Paul Riseborough
06f280e021
Tools: reinstate original offline calibrator to unblock testing
...
Refactored calibrator is not working.
8 years ago
Paul Riseborough
f9b75e68c9
Tools: Change sign convention used by thermal calibrator
...
The flight code assumes corrections have the same sign as the sensor bias error and are subtracted from the raw reading
8 years ago
Daniel Agar
7c094053cb
astyle update to v2.06
8 years ago
David Sidrane
b3f5a0d51a
Tools to ease nuttx config maintenance ( #6452 )
...
* 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
8 years ago
Daniel Agar
3d804dd7ca
cmake nuttx simple binary naming
8 years ago
James Goppert
b86380086e
Streamline python script for temp cal. ( #6416 )
...
* Streamline python script for temp cal.
* Simplify file generation for temp calibration.
8 years ago
Paul Riseborough
7e21aaf0c9
Tools: Add script file to generate sensor thermal compensation parameters
8 years ago
Janis Dzerve
3c270ae2a8
simulator: Do not kill every process with string 'px4' in the name
8 years ago