Daniel Agar
f7285e1cfa
UAVCAN improve dependencies within libuavcan submodule
...
- fixes #8828
7 years ago
johannes
26f9e56014
change short option for overwrite to be a single letter
7 years ago
johannes
5357d680d2
print "skipping files" information to console
7 years ago
johannes
0e82e2ec67
update the batch process script for the ekf analysis tool to support resumed analysis:
...
- ulog files are skipped from the analysis, if a corresponding .pdf file already exists
- an overwrite flag can be set to analyse all the files
7 years ago
David Riseborough
83133b1bca
This commit fixes the way baud rate is generated from the program argument in
...
the FTPS client and agent.
A table has been added to the FTPS client and agent code that correlates
the baud rate value with the encoding.
A function has been added to the FTPS client and agent to take the program
argument for baud rate and use it to look up the table and return the entry
containing both the value and the encoding.
The value is displayed for the user and the encoding is sent to the uart
node constructor.
Signed-off-by: David Riseborough <drisebor@hotmail.com>
7 years ago
elia
64f032441c
add validity flags which are used by ekf2 main module
7 years ago
Daniel Agar
f5c1124812
move tailsitter_recovery lib to mc_att_control
7 years ago
Daniel Agar
b3b1161d53
mathlib filters include automatically
7 years ago
Daniel Agar
6f248bc7e9
move runway_takeoff lib to fw_pos_control_l1
7 years ago
Daniel Agar
f73f95965a
parameter culling include subdirectories of modules
7 years ago
Daniel Agar
6a4ef78111
move launchdetection lib to fw_pos_control_l1
7 years ago
Julian Oes
d646abcee7
px_uploader: improve silicon check
...
- Move check to proper location, out of the try catch block for OTP.
- Add Pixhawk specific check to notify users that want to flash
px4fmu-v3_default on Pixhawks with older v4 bootloaders that do not
support the silicon errata check.
7 years ago
Julian Oes
a1ab84e5b9
px_uploader: make rev check a bit more intuitive
7 years ago
Lorenz Meier
6d00de7b25
Uploader: Move flash size check into appropriate bootloader version region
7 years ago
Lorenz Meier
df32297162
Gazebo SITL: Make Rospack optional
7 years ago
Julian Oes
d175a75691
px_uploader: fix Python3 upload
...
This fixes the error below when using Python3:
File "Tools/px_uploader.py", line 128, in
__init__
self.image.append('\xff')
TypeError: an integer is required
7 years ago
ChristophTobler
305859f356
disable power module ( #8804 )
...
- currently doesn't work on all boards...
7 years ago
Daniel Agar
976b890c56
commander increase stack by 90 bytes (3160 -> 3250)
7 years ago
Matthias Grob
5ad03d7ef2
mc_pos_control: comment typo in flow sensor altitude
7 years ago
Matthias Grob
11d480240a
mathlib Functions: removed inline, fixed style
7 years ago
Matthias Grob
8e68f5ed79
mathlib Functions: improve documentation and limit checking
7 years ago
Daniel Agar
8c201c88ca
Jenkins always distclean each build
7 years ago
Julian Oes
9c86cdab2e
Robustify mission upload/download (take 2) ( #8794 )
...
* Revert "mavlink_mission: don't retransmit automatically"
This reverts commit 4e008fe89120e24e321e93fb551753242797f022.
* mavlink_mission: don't retry to send mission item
The mission items need to be requested one by one by a ground station.
This is a "pull" protocol and we should not retry to "push" the mission
items down.
If we do this we can trigger the situation where the autopilot keeps
retrying and the ground station does not time out because it keeps
receiving items (even though the items are the wrong ones).
* mavlink_mission: reduce retry timeout
When actively re-requesting lost mission items, we can be more agressive
and therefore lose less time when a mission item is lost on the way.
7 years ago
Daniel Agar
102c0ead53
cmake consolidate px4 executable builds and upload
7 years ago
Daniel Agar
2ff81393bc
move posix, nuttx, qurt components into platforms
7 years ago
Beat Küng
a644ed90dd
mavlink: use orb_unsubscribe() instead of close() for orb subscription
7 years ago
ChristophTobler
acaf7cd267
rcS: automate tfmini start
...
disable mavlink on aero telemetry if tfmini enabled and start on mavlink companion device for others (needs SYS_COMPANION to be 0)
7 years ago
Paul Riseborough
8a1b6d548f
ecl: Update to version that fixes height reset bug
7 years ago
Beat Küng
0c6280ba45
tune_control: fix clang-tidy errors
7 years ago
Beat Küng
86acd23704
cmake configs: add lib/tunes for all configs that have tune_control enabled
7 years ago
Beat Küng
2577eb7527
sensors: adc_poll: remove unneeded argument
7 years ago
Beat Küng
90a6989440
px4fmu-v5 cmake config: re-add drivers/bmi055
...
Accidentally dropped in bad813e911
7 years ago
Beat Küng
c8c918ce98
cmake configs: add systemcmds/tune_control
...
This is now required in the startup scripts
7 years ago
Beat Küng
10597fcf12
fmu-v5 board_config: add BOARD_BATTERY1_V_DIV and BOARD_BATTERY1_A_PER_V
7 years ago
PX4 Jenkins
a916a6c2db
Update sitl_gazebo submodule Wed Jan 31 00:19:55 UTC 2018
7 years ago
Daniel Agar
4c5b42f256
parameters move bson buffered file support into tinybson
7 years ago
Daniel Agar
59fd22be1b
parameters import/export test
7 years ago
ChristophTobler
8d4036df7d
aerofc cmake: add baro driver again
7 years ago
ChristophTobler
d2e45d14fa
update ecl to include ev hgt fix
7 years ago
Paul Riseborough
eed8b00857
mc_pos_control: Release estimator speed limit only when speed demand is significant
...
This prevents unexpected increases in stick sensitivity when stick is moved after periods of inactivity.
7 years ago
Paul Riseborough
6ef43e5b75
ecl: Use latest master
7 years ago
Paul Riseborough
f8693b49c2
mc_pos_control: Fix compile error after rebase
7 years ago
Paul Riseborough
388eb6ee4c
ros: update local_position publication
...
Ensure all data is set.
7 years ago
Paul Riseborough
64551607bc
simulator: update local_position publication
...
Ensure all data is set.
7 years ago
Paul Riseborough
4b2dcddec2
position_estimator_inav: update local_position publication
...
Ensure all data is set.
7 years ago
Paul Riseborough
33b75d8e87
mavlink: update local_position publication
...
Ensure all data is set.
7 years ago
Paul Riseborough
c294393377
local_position_estimator: update local_position publication
...
Ensure all data is set.
7 years ago
Paul Riseborough
642a4a5fc7
mc_pos_control: respect estimator max speed and min height limits
7 years ago
Paul Riseborough
1e9361572f
sensors: Add parameter for flow sensor minimum range
7 years ago
Paul Riseborough
fc78de4c26
ekf2: Update parameter descriptions for air data fusion
7 years ago