15635 Commits

Author SHA1 Message Date
Lorenz Meier
0fe01f6eb8 MC pos control: Fix manual yaw handling to not reset yaw in extreme angle conditions 2015-06-27 10:17:15 +02:00
Lorenz Meier
be69887b7e EKF: Improved down gains from @boosfelm and @surberj 2015-06-26 19:50:49 +02:00
Lorenz Meier
c428b77512 Merge pull request #2475 from tumbili/SITL_mission
Sitl mission enable
2015-06-26 19:35:29 +02:00
tumbili
47c4ece9eb use px4_poll instead of poll 2015-06-26 15:07:30 +02:00
tumbili
c49511fb66 start land detector for SITL 2015-06-26 15:07:22 +02:00
tumbili
40cc11a5ed ported land detector 2015-06-26 15:01:17 +02:00
tumbili
3defabfbea build land detector for posix 2015-06-26 15:00:59 +02:00
Lorenz Meier
af28016a10 Merge pull request #2236 from TSC21/drivers_cleanup
drivers: added validity check
2015-06-26 07:39:09 +02:00
tumbili
572f1f4637 fill local position setpoint message entirely 2015-06-26 07:11:22 +02:00
Lorenz Meier
e7ffa9b428 Merge pull request #2472 from tumbili/SITL_progress
Sitl progress
2015-06-26 07:11:15 +02:00
Lorenz Meier
51055a16fc L3GD20: Set max offset for gyro to 25 degrees per second based on comment from mailing list about datasheet ratings. 2015-06-26 07:08:54 +02:00
tumbili
bd96f21ccb fill local position setpoint message entirely 2015-06-26 00:43:26 +02:00
tumbili
f7a6afc976 improve SITL startup script 2015-06-26 00:43:26 +02:00
Lorenz Meier
2b0feb72d2 Merge pull request #2470 from tumbili/gpsim_fix
scall epv and eph correclty
2015-06-26 00:08:20 +02:00
tumbili
b1991b3813 scale epv and eph correctly 2015-06-25 23:48:38 +02:00
Lorenz Meier
3045146dcd Merge branch 'release_v1.0.0' of github.com:PX4/Firmware into beta 2015-06-25 22:47:11 +02:00
Lorenz Meier
6eb0bd0d9c Merge pull request #2469 from tumbili/publishing_fixes
VTOL: only publish attitude setpoint if in correct mode
2015-06-25 22:44:51 +02:00
tumbili
dcb680f9d6 VTOL: only publish attitude setpoint if in correct mode 2015-06-25 22:08:52 +02:00
Lorenz Meier
454becdae5 Merged release_v1.0.0 branch into master 2015-06-25 21:45:17 +02:00
Lorenz Meier
d6f05fbada Merge branch 'release_v1.0.0' of github.com:PX4/Firmware into beta 2015-06-25 21:20:21 +02:00
Lorenz Meier
5b93d92339 Merge pull request #2439 from PX4/idle_fw
Prop idling in ALTCTL and POSCTL
v1.0.0beta1
2015-06-25 14:56:43 +02:00
Lorenz Meier
c402d0c2f7 Commander: updated mag calibration routine, matlab script updates 2015-06-25 14:44:24 +02:00
Don Gagne
338404b4b3 Change mag cal to 6 orientations 2015-06-25 14:44:24 +02:00
Lorenz Meier
1fdc6a9221 commander: Remove unused min sample dist 2015-06-25 14:44:24 +02:00
Lorenz Meier
e28e4cb84c Matlab mag: Update to real scaling, resulting fits confirm results 2015-06-25 14:44:23 +02:00
Lorenz Meier
ef6092afd9 HMC5883: Calculate correct scaling to apply using multiplication 2015-06-25 14:44:23 +02:00
Lorenz Meier
cae604ac1f HMC5883: Increase the number of calibration cycles to ensure a stable result 2015-06-25 14:44:23 +02:00
Lorenz Meier
a4a6e69521 Matlab tools: Add ellipsoid fit 2015-06-25 14:44:23 +02:00
Lorenz Meier
baca229b95 Tools: Add Matlab script to plot mag data 2015-06-25 14:44:23 +02:00
Lorenz Meier
4fadb65ac6 commander: Reject mag samples which are on top of each other 2015-06-25 14:44:23 +02:00
Lorenz Meier
74bdec2cc6 Merge pull request #2459 from wingtra/estimator_LP_rates_log_covariances
EKF Enhancments: LP filters on rates and covariance added to logging
2015-06-25 10:45:14 +02:00
Lorenz Meier
475c28803e param command: Fix error handling if param is not found 2015-06-25 09:28:22 +02:00
Lorenz Meier
3bad91dd3b systemlib: Fix param access for used params 2015-06-25 09:28:04 +02:00
Lorenz Meier
c2127f9501 mavlink app: Fix POSIX UDP transfer issues on larger packets 2015-06-25 08:46:26 +02:00
Lorenz Meier
79a690cd17 Merge branch 'release_v1.0.0' into beta 2015-06-24 21:46:01 +02:00
Lorenz Meier
640024357f Land detector: increase ground speed threshold 2015-06-24 17:44:44 +02:00
Lorenz Meier
289ad91bcc Fixed wing land detector: Filter GPS speeds more since they are unreliable, leave airspeed filter where it was 2015-06-24 17:44:11 +02:00
Lorenz Meier
0f21733cfc Wing-wing: Remove unused params. Camflyer: Copy wing-wing defaults 2015-06-24 17:42:48 +02:00
Lorenz Meier
ff3eaf42fa Merge pull request #2455 from PX4/shell_return
POSIX: Force shell to not immediately return
2015-06-24 17:39:31 +02:00
Youssef Demitri
66a637dcc7 added covariances to estimator_status and logging 2015-06-24 15:28:09 +02:00
Youssef Demitri
da29b88a04 added LP filters (10Hz) on attitude rates in estimator 2015-06-24 14:37:58 +02:00
Lorenz Meier
ab550bcbbf POSIX: Force shell to not immediately return 2015-06-24 09:32:27 +02:00
Lorenz Meier
55f47a68b5 Merge pull request #2454 from tumbili/gyrosim_cleanup
remove usleep in gyrosim
2015-06-24 09:27:54 +02:00
tumbili
24ac4c9891 remove usleep in gyrosim 2015-06-24 09:19:59 +02:00
Lorenz Meier
a10d34d4a3 Merge pull request #2453 from tumbili/mavlink_verbosity
improve mavlink verbosity
2015-06-24 00:18:21 +02:00
Lorenz Meier
0bd6d46f29 Merge pull request #2451 from tumbili/vdev_fd
VDev: get rid of those nasty "node_open as advertiser failed"
2015-06-24 00:16:14 +02:00
tumbili
51c8f64e98 improve mavlink verbosity 2015-06-23 23:48:03 +02:00
tumbili
7043869237 VDev:
- increase max number of devices to 200
- increase max number of file descriptors to 200
- add warning if number of file descriptor exceeds max value
2015-06-23 18:32:40 +02:00
tumbili
5cf20c8dcf increase fw idle for ATTCTL and POSCTL to 0.2 2015-06-23 12:57:39 +02:00
Lorenz Meier
f680bbed54 FW pos control: Rename _ground_alt to _takeoff_ground_alt to make it less ambigious with the actual terrain altitude 2015-06-23 12:57:39 +02:00