PX4 Build Bot
cbd1636d8d
Update submodule matrix to latest Fri Aug 31 21:31:02 UTC 2018
...
- matrix in PX4/Firmware (468f28463eabc30843e606546d642adc1a62fe10): b815fc97c4
- matrix current upstream: dc3af80977
- Changes: b815fc97c4...dc3af80977
dc3af80
2018-08-27 Daniel Agar - constructors use array size rather than pointers
f1bee77
2018-08-27 Daniel Agar - use default constructors and skip unnecessary initialization
1bcf48b
2018-08-30 Daniel Agar - Quaternion from_dcm don't pass by value
7 years ago
PX4 Build Bot
ee51fcb3c0
Update submodule ecl to latest Fri Aug 31 21:30:56 UTC 2018
...
- ecl in PX4/Firmware (95b83ba29715c067a30cb9501cab51264db502f1): 56b8bb08a1
- ecl current upstream: 3c74dc2ce1
- Changes: 56b8bb08a1...3c74dc2ce1
3c74dc2
2018-08-30 Daniel Agar - ECL_Controller base needs virtual destructor
0d39072
2018-08-30 Daniel Agar - EKF add missing header guards
a6a1edb
2018-08-30 Kabir Mohammed - EKF : Fix type of flow data navigation variable (#499 )
a53ad9c
2018-08-25 Paul Riseborough - EKF: Add missing optical flow ground motion protection
7 years ago
Daniel Agar
c76187dbbb
Update submodule nuttx to latest Fri Aug 31 21:30:51 UTC 2018 ( #10385 )
...
- nuttx in PX4/Firmware (0a1a2025402a387cde88132c6f8d8cc7237d2e6b): bf8cce85c3
- nuttx current upstream: e3b5b667ae
- Changes: bf8cce85c3...e3b5b667ae
e3b5b66 2018-08-31 Daniel Agar - [BACKPORT] Merged in dagar/nuttx/pr-stm32f7_stackcheck-upstream (pull request #714 )
7 years ago
Martina Rivizzigno
21f6ca4a1f
mc_pos_control: fix desired trajectory waypoint. ( #10372 )
...
- The first waypoint contains the vehicle current position and the desired velocity setpoint
7 years ago
David Sidrane
1b6e933176
Make.defs.in:Runtime Stack Checking in Nuttx Build
...
Use CONFIG_ARMV7M_STACKCHECK to add the instrumentation
for runtime stack checking
7 years ago
David Sidrane
4f2aa51767
px4_impl_os:Use the defconfig CONFIG_ARMV7M_STACKCHECK
...
To enable coherent runtime stack checking use the boards
CONFIG_ARMV7M_STACKCHECK setting
7 years ago
Daniel Agar
a6dabbbae7
Landing slope move to standalone library
...
- this is shared by both the FW position controller and navigator's
missiong feasibility checker
7 years ago
Daniel Agar
5207c420c3
generic position controller status/feedback message
7 years ago
Daniel Agar
223dacee64
multicopter position controller use const references
7 years ago
Beat Küng
e26bfd2e79
SITL: remove config_sitl_rcS_dir
...
Not needed anymore
7 years ago
Beat Küng
47094aa1f8
cmake configs: remove unneeded sitl files
...
This is all done through posix_sitl_default.cmake and env variables:
- PX4_ESTIMATOR
- replay
7 years ago
Beat Küng
1a4396c15e
param_shmem: rename exit to do_exit
7 years ago
Beat Küng
4e6139d9fb
Posix: add '#pragma GCC poison exit'
...
Generally exit() should not be used on Posix, because it exits the whole
program instead of only the task.
7 years ago
Beat Küng
9193312bd0
segway_main: avoid using exit()
7 years ago
Beat Küng
0dc8eeb118
tests: avoid using exit()
7 years ago
Beat Küng
50cdb01141
rover_steering_control: avoid using exit()
7 years ago
Beat Küng
258f7a7ff8
fixedwing_control: avoid using exit()
7 years ago
Beat Küng
d5bef4a932
sf0x.cpp: avoid using exit()
7 years ago
Beat Küng
fe502ffd33
fix tone_alarm: avoid using exit()
...
On POSIX it exits the process.
7 years ago
David Sidrane
9246110161
samv7:tone_alarm refactor for Cdev
7 years ago
David Sidrane
75d7800deb
samv7:tone_alarm cleanup
7 years ago
David Sidrane
1306e28874
kinetis:tone_alarm remmove assert
7 years ago
David Sidrane
a0f70be238
stm32:tone_alarm remmove assert
7 years ago
David Sidrane
a063de093a
posix:tonealrmsim: use workqueue
7 years ago
David Sidrane
19a8c3e49c
rcs:Add comment & test 4 Mini test on all px4io init
7 years ago
David Sidrane
c072fefa2c
px4fmu_common:rcS:Use tune control, suport FW with no PX4IO
...
On FW with a px4io bin file, but not a px4io do not error
Use tune control and have all paths in rcS indicate tunes
7 years ago
David Sidrane
6a7d98229e
tap_common rcS:Use tune_control & clean up
7 years ago
David Sidrane
b9a54cb4fd
tap_common rc.interface:Use tune_control
7 years ago
David Sidrane
91abb36063
px4fmu_test:rcS:Use tune_control
7 years ago
David Sidrane
a2dde6bc19
rc.mavlink:Use tune_control
7 years ago
David Sidrane
7d3d497831
rc.io:Use tune_control
7 years ago
David Sidrane
f5295d7700
rc.interface:Use tune_control
7 years ago
David Sidrane
ab26bd76ff
tunes:Refactor for maintenance
...
Adds a single file definition to provide a single point to add
new tunes and clearly understand, the useage: it need to be
stopped will it not allow interruption.
7 years ago
David Sidrane
250c561963
posix simulated tone_alarm: Use tune_control
...
Refactor to use the tune_control interface
7 years ago
David Sidrane
1fb7046052
stm32 tone_alarm: Remove stale documentation & cleanup
...
Since tune control came in this driver does not have a
have a test based interface. The module Documentation
has been moved to tune_control
minor cleanup and assert on workque delay of 0
7 years ago
David Sidrane
ec25e4b913
stm32 tone_alarm: Remove stale documentation
...
Since tune control came in this driver does not have a
have a test based interface. The module Documentation
has been moved to tune_control
7 years ago
David Sidrane
040ffd52a1
samv7:tone_alarm:ported to tune_control
7 years ago
David Sidrane
43e60b98aa
kinetis tone_alarm: Remove stale documentation & cleanup
...
Since tune control came in this driver does not have a
have a test based interface. The module Documentation
has been moved to tune_control
minor cleanup and assert on workque delay of 0
7 years ago
David Sidrane
6b4e549ba9
kinetis tone_alarm: Remove stale documentation
...
Since tune control came in this driver does not have a
have a test based interface. The module Documentation
has been moved to tune_control
7 years ago
Daniel Agar
99ed46949e
uORB_tests print pointer correctly
7 years ago
Daniel Agar
d11c6af923
FlightTaskAuto don't pass position setpoint by value
7 years ago
Daniel Agar
12dd9b475e
tfmini add missing PX4_ERR argument
7 years ago
Daniel Agar
323ba9f837
batt_smbus.h missing header guard
7 years ago
Daniel Agar
ad321c8824
parameters test save restored parameters when finished
7 years ago
Daniel Agar
8ddb99971f
tests template skip mavlink except for mavlink test
7 years ago
Roman
844671ed6d
mavlink: moved to ModuleParams
...
Signed-off-by: Roman <bapstroman@gmail.com>
7 years ago
Daniel Agar
d131fea899
vehicle trajectory limit unnecessary updates and reduce logging ( #10347 )
...
- fixes #10345
7 years ago
Paul Riseborough
94d953eef2
Tools: Fix EKF data analysis false positives
...
The high frequency acceleration noise levels in the gazebo models and also seen on some hardware is causing the IMU vibration check warning to fail.
The thresholds have been lifted and the reporting improved to make it clearer which sensor noise is causing the failure.
7 years ago
Bram Strack van Schijndel
ca446982ab
[Bebop 2] also upload mixer and config files
7 years ago
Bram Strack van Schijndel
918c397ae7
fixup! [Bebop 2] don't strip and upload to /data/ftp/internal_000
7 years ago