Lorenz Meier
|
2587074a07
|
Compile fixes in navigator
|
10 years ago |
Thomas Gubler
|
ebc84b9f44
|
reduce mavlink message buffer size
|
10 years ago |
Thomas Gubler
|
61352b8e1a
|
remove warnx
|
10 years ago |
Lorenz Meier
|
80ed01a5b4
|
Merge pull request #1363 from vooon/ftp_write_support
FTP: write support
|
10 years ago |
Lorenz Meier
|
3239ba1570
|
Merge pull request #1360 from DonLakeFlyer/UnitTestFramework
Upgraded unit test framework
|
10 years ago |
Lorenz Meier
|
d655865976
|
Merge pull request #1279 from PX4/takeoff_fix
navigator: skip takeoff if already above takeoff altitude
|
10 years ago |
Lorenz Meier
|
2722921b30
|
Fixed function name of mission modification logic, attributed @DrTon
|
10 years ago |
Vladimir Ermakov
|
0fbdb8d326
|
FTP: Return bytes written in payload.
|
10 years ago |
Vladimir Ermakov
|
56a9d16fc4
|
FTP: Save errno in _copy_file().
|
10 years ago |
Thomas Gubler
|
3cebfd4045
|
Merge remote-tracking branch 'upstream/master' into takeoff_fix
Conflicts:
src/modules/navigator/mission.cpp
|
10 years ago |
Lorenz Meier
|
a0c9c88443
|
Merge branch 'master' of github.com:PX4/Firmware into st24
|
10 years ago |
Lorenz Meier
|
63b7fac10c
|
Merge pull request #1286 from PX4/mpc_track
mc_pos_control: path following and smooth transitions on waypoints in AUTO
|
10 years ago |
Thomas Gubler
|
b7c2ba75e3
|
Merge pull request #1377 from PX4/revert-1376-hud_alt_reporting
Revert "Use global position altitude to report HUD altitude, for consist...
|
10 years ago |
Lorenz Meier
|
7bde4fa634
|
Revert "Use global position altitude to report HUD altitude, for consistency."
|
10 years ago |
Lorenz Meier
|
ea269dbbbe
|
Merge pull request #1376 from tstellanova/hud_alt_reporting
Use global position altitude to report HUD altitude, for consistency.
|
10 years ago |
Denis Yeldandi
|
e0a21000c8
|
Merge branch 'ashtech' into ashtech_hi_freq
|
10 years ago |
Denis Yeldandi
|
04ceb3c95d
|
Fixed km/h -> knots in POS
|
10 years ago |
tstellanova
|
5846f217d0
|
Use global position altitude to report HUD altitude, for consistency.
Otherwise the HUD altitude jumps between two very different values.
|
10 years ago |
Anton Babushkin
|
84908f8f3d
|
mc_pos_control: AUTO speed limiting bug fixed
|
11 years ago |
Denis Yeldandi
|
a960fcbdef
|
Increased ashtech POS frequency and increased baudrate
|
11 years ago |
Denis Yeldandi
|
83632ec0ce
|
Merge branch 'master' into ashtech
|
11 years ago |
Thomas Gubler
|
2766285d56
|
mavlink: change message buffer size to 4
|
11 years ago |
Thomas Gubler
|
5452732610
|
switch back to common mavlink dialect
|
11 years ago |
Thomas Gubler
|
f4851c1b14
|
ubx: disable sbas configuration per default
|
11 years ago |
Thomas Gubler
|
4fbeb73bda
|
fix merge fail, remove double declaration of circuit breaker
|
11 years ago |
Thomas Gubler
|
c5a1ddd8f2
|
re-enable MC apps on FMUV1
|
11 years ago |
Thomas Gubler
|
e7313683cd
|
Merge remote-tracking branch 'upstream/master' into swissfang
|
11 years ago |
Thomas Gubler
|
6da52c5543
|
remove unnecessary variable
|
11 years ago |
Thomas Gubler
|
cc05f0f185
|
Merge remote-tracking branch 'upstream/obcfailsafe' into swissfang
Conflicts:
src/lib/external_lgpl/tecs/tecs.cpp
src/modules/commander/commander_params.c
src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
src/modules/navigator/navigator_main.cpp
|
11 years ago |
Lorenz Meier
|
47f151d4ce
|
Deactivate FrSky telem by default
|
11 years ago |
Lorenz Meier
|
47dcf88271
|
Flash optimization
|
11 years ago |
Lorenz Meier
|
76e9710d76
|
Merge pull request #1213 from PX4/obcfailsafe
Obc failsafe
|
11 years ago |
Denis Yeldandi
|
213f4aadbd
|
Ashtech GPS driver
|
11 years ago |
Thomas Gubler
|
d11f05b12c
|
commander: update gps and engine cb only when changed
|
11 years ago |
Thomas Gubler
|
8b7c57a0d0
|
px4io driver: update cb only when changed
|
11 years ago |
Thomas Gubler
|
d4c0dc2ba0
|
add and activate circuit breaker for gps failure detection
|
11 years ago |
Thomas Gubler
|
1072a3380c
|
enable engine failure circuit breaker
|
11 years ago |
Thomas Gubler
|
70606d400b
|
remove wrong comments
|
11 years ago |
Thomas Gubler
|
dec7c2b8d3
|
Merge remote-tracking branch 'upstream' into master_obcfailsafe
|
11 years ago |
Lorenz Meier
|
8ced6bb49b
|
Set filter frequency for hardware and software in parallel, always do so in the same order
|
11 years ago |
Randy Mackay
|
3e1eec5906
|
mpu6k: set hardware filter during ACCELIOCLOWPASS
also set from GYROIOCLOWPASS
Conflicts:
mavlink/include/mavlink/v1.0
|
11 years ago |
Anton Babushkin
|
70e5d4027a
|
navigator: autocontinue fix
|
11 years ago |
Thomas Gubler
|
ab400089bc
|
disable flight termination as default for now
|
11 years ago |
Thomas Gubler
|
038e1cac03
|
increase default engine failure threshold
|
11 years ago |
Thomas Gubler
|
964fddb387
|
make geofence update rate independent from positon update rate
|
11 years ago |
Thomas Gubler
|
3efffb68e7
|
Merge remote-tracking branch 'upstream/master' into HEAD
Conflicts:
src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
src/modules/navigator/geofence.cpp
src/modules/navigator/mission.cpp
|
11 years ago |
Anton Babushkin
|
1107f59036
|
Merge branch 'master' into mpc_track
|
11 years ago |
Anton Babushkin
|
2d81c2cf46
|
mc_pos_control: commented code block removed
|
11 years ago |
Anton Babushkin
|
1cc5f3778d
|
Merge branch 'master' into takeoff_fix
|
11 years ago |
Anton Babushkin
|
cf4604f5c3
|
navigator/mission.cpp: indentation fixed
|
11 years ago |