Commit Graph

15166 Commits

Author SHA1 Message Date
Lorenz Meier f9de327d6a Merge pull request #2443 from tumbili/SYS_RESTART
set SYS_RESTART_TYPE in sitl startup, normally IO does that
2015-06-22 14:02:28 +02:00
tumbili 8a3ac1f541 set SYS_RESTART_TYPE in sitl startup, normally IO does that 2015-06-22 13:47:11 +02:00
Lorenz Meier 736125441e POSIX: Allow unused variables in INAV estimator temporarily 2015-06-21 17:20:31 -07:00
Lorenz Meier 7df785ed50 POSIX: Use the same estimators for multicopters as on the real system 2015-06-21 17:20:31 -07:00
Lorenz Meier 92d168a476 Q attitude estimator: Resolve POSIX porting issues: Add protection against bad input and output data 2015-06-21 17:20:31 -07:00
Lorenz Meier 1d6f459e8c INAV: Disable verbose printing which created issues on POSIX. Needs further inspection 2015-06-21 17:20:31 -07:00
Lorenz Meier cc499fcc29 Enable Q attitude estimator and INAV 2015-06-21 17:20:31 -07:00
Lorenz Meier f01913a2bc Merge pull request #2442 from tumbili/status_text_fix
Status text fix
2015-06-22 10:13:45 +02:00
Lorenz Meier 3e55e32098 sdlog2: Fix mavlink output 2015-06-22 09:59:09 +02:00
Lorenz Meier 6be1e7f7e8 INAV: Fix mavlink output 2015-06-22 09:58:54 +02:00
Lorenz Meier 426b961abd MC pos control: Fix mavlink output 2015-06-22 09:58:40 +02:00
Lorenz Meier 46428769a5 FW pos control: Fix mavlink output 2015-06-22 09:58:27 +02:00
Lorenz Meier 71fc0f5bc4 EKF: Fix mavlink output 2015-06-22 09:58:11 +02:00
Lorenz Meier 82f3d4e877 commander: Fix mavlink output 2015-06-22 09:58:01 +02:00
Lorenz Meier dfdc2c999d Bottle drop: Fix mavlink output 2015-06-22 09:57:49 +02:00
tumbili 80f1c517cc init VDev for mavlink log device 2015-06-22 09:43:12 +02:00
tumbili dd9e3cd315 call px4_open instead of open 2015-06-22 09:40:45 +02:00
Lorenz Meier 2c2a6b710c MC position controller: Set better defaults 2015-06-21 19:00:23 +02:00
Lorenz Meier 62b102d0b4 MC attitude controller: Set better defaults 2015-06-21 19:00:06 +02:00
Lorenz Meier 9365c5a438 systemlib: Remove file present 2x from Makefile 2015-06-21 18:59:28 +02:00
Lorenz Meier 8fa161b7c4 Multicopter configs: Remove duplicate defaults, each line checked to match new param-level defaults 2015-06-21 18:58:06 +02:00
Vladimir Ermakov 66cdfeca62 ROMFS: Enable FTP on companion link
Not sure that ftp usable in 57600. Tested on 921600.
2015-06-20 23:54:34 +02:00
Lorenz Meier a94b2bc3b5 Merge pull request #2435 from vooon/ftp_on_sys_companion
rcS: Enable FTP on companion link
2015-06-20 23:53:47 +02:00
Vladimir Ermakov 45bae85daa ROMFS: Enable FTP on companion link
Not sure that ftp usable in 57600. Tested on 921600.
2015-06-21 00:31:23 +03:00
Mark Charlebois 4a17411f8f POSIX: Added systemcmds esc_cal and reboot modules
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-06-19 13:26:58 -07:00
Mark Charlebois 71fc3a96df Merge branch 'master' of https://www.github.com/PX4/Firmware into getopt-cleanup-v2 2015-06-19 12:54:17 -07:00
Lorenz Meier 3627456dd6 POSIX config: Fix order of dev IDs 2015-06-19 12:01:48 -07:00
Lorenz Meier 27cec4a977 VDev POSIX: Fix non-POSIX conformant return value handling 2015-06-19 11:52:07 -07:00
Lorenz Meier d81d20ff0e VDev: Add missing break 2015-06-19 11:51:37 -07:00
Mark Charlebois f7fe6a037d Converted getopt use to px4_getopt
In the posix and qurt builds, getopt is not thread safe so px4_getopt
should be used instead.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-06-19 11:39:08 -07:00
Lorenz Meier 878284701d POSIX: Simulator: Use port 14560, since 14550 is QGroundControls default port 2015-06-19 10:45:26 -07:00
Lorenz Meier 79d9e1be8d sensors app: Load missing param 2015-06-19 10:44:58 -07:00
Lorenz Meier bf24d42a79 POSIX: Fix SITL startup script 2015-06-19 10:44:36 -07:00
Lorenz Meier 468e233ebe Merge pull request #2425 from tumbili/udp_receiver
Udp receiver
2015-06-19 18:49:03 +02:00
tumbili 655617f958 mavlink:
- implement get_free_tx_buf() for UDP and TCP
- gefine get_uart_fd for all platforms
2015-06-19 18:39:05 +02:00
tumbili ecbc286469 added function to return socket fd 2015-06-19 18:39:04 +02:00
tumbili c4d92ff05b enable receiving data over network port 2015-06-19 18:39:04 +02:00
Lorenz Meier bb76ac722c Merge branch 'release_v1.0.0' of github.com:PX4/Firmware into beta 2015-06-19 10:22:10 +02:00
Lorenz Meier 8569d6e15f Merge pull request #2423 from tumbili/more_VTOL
More vtol
2015-06-19 10:06:03 +02:00
tumbili fc7dc297fc lock elevons in mc mode for tailsitter with motors in x config 2015-06-19 09:53:04 +02:00
tumbili 60857c7940 add option to lock elevons for tailsitters in mc mode 2015-06-19 09:53:04 +02:00
Lorenz Meier 03d45b8dbf Merge pull request #2422 from tumbili/VTOL_new_tailsitter
Vtol new tailsitter
2015-06-19 09:34:37 +02:00
tumbili aade901ef0 added new tailsitter type to autostart list 2015-06-19 09:25:16 +02:00
tumbili fb70b0a2b5 added mixer file for tailsitter with motors in quad x configuration and 2 elevons 2015-06-19 09:25:16 +02:00
tumbili 51b1968bdd added configuration file for tailsitter with motors in quad x configuration 2015-06-19 09:25:16 +02:00
tumbili 4e9fd5b2a4 rotate attitude for fw mode only if VTOL is a tailsitter 2015-06-19 09:25:16 +02:00
tumbili d320dc8ada added VTOL type param to VTOL configuration files 2015-06-19 09:25:16 +02:00
Lorenz Meier cc9d8c7a1c Merge pull request #2418 from tumbili/vtol_rework
Vtol rework
2015-06-19 00:34:21 +02:00
tumbili b3c3d6634c added vtol types 2015-06-19 00:04:24 +02:00
tumbili 12feef85bf lower lowest allowed max pwm value to be able to cut rear motors for firefly6 in fw mode 2015-06-19 00:04:24 +02:00