Lorenz Meier
|
c343926b51
|
MAVLink app: Enable network and serial on POSIX
|
2016-01-04 12:25:35 +01:00 |
|
Lorenz Meier
|
a8a9c9b8ec
|
MAVLink: Start slightly differently on USB
|
2016-01-03 15:28:04 +01:00 |
|
Lorenz Meier
|
3b2e82cd62
|
VTOL: Fix motor index use in VT_FW_MOT_OFF. Create new param to re-default all deployed vehicles to not shut down motors.
|
2016-01-01 14:44:42 +01:00 |
|
DroneBuster
|
56e5c50703
|
VTOL: Fix MOT_OFF bug
|
2016-01-01 14:39:03 +01:00 |
|
Lorenz Meier
|
276855acd2
|
EKF2: Remove todo
|
2016-01-01 11:39:16 +01:00 |
|
Paul Riseborough
|
28f5cb8fe6
|
ekf2: Changes required to enter POSCTL mode
Adds missing local position and global position data
|
2016-01-01 12:30:12 +11:00 |
|
Andreas Antener
|
3d971e214a
|
don't update local position reference if home position changes
|
2015-12-31 13:24:12 +01:00 |
|
Andreas Antener
|
d39e313768
|
use the proper check to prevent multiple mavlink instances on the same udp port, added warning when different remote than localhost connects to udp
|
2015-12-31 11:50:52 +01:00 |
|
Lorenz Meier
|
eff94677a4
|
MAVLink: Only broadcast heartbeat on local network if not in onboard mode
|
2015-12-30 17:26:09 +01:00 |
|
Lorenz Meier
|
4f548f328a
|
Set range to 0.9 Ga max since full scale range is 1.3 Ga
|
2015-12-30 11:54:52 +01:00 |
|
Lorenz Meier
|
62763904f2
|
Simulator: Add performance counter for incoming packet interval
|
2015-12-29 17:12:29 +01:00 |
|
Lorenz Meier
|
fb3fade653
|
VTOL: Use correct motor off define
|
2015-12-29 14:22:37 +01:00 |
|
Lorenz Meier
|
5dc4ea8146
|
Sim: minor cleanups
|
2015-12-29 14:17:59 +01:00 |
|
Thomas Gubler
|
7c52e8b96f
|
Improve landing for special yawmode settings
|
2015-12-28 16:49:09 +01:00 |
|
Thomas Gubler
|
2af066bc6a
|
guard against invalid yawmode values
|
2015-12-28 16:49:09 +01:00 |
|
Lorenz Meier
|
ea1439c627
|
Commander: Support landing through commandline
|
2015-12-28 16:00:32 +01:00 |
|
Andreas Antener
|
68c9c4ae0f
|
better defaults for relevant landing/takeoff parameters
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
b5f3c2d30d
|
ramp up jump velocity instead doing a huge step
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
98bec0e175
|
also filter acceleration to filter out the bump on the ground on landing
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
e0405617ef
|
also don't reset possp if near a loiter sp
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
ee0aa7b37d
|
recalculate absolute thrust before limiting
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
d9878493bd
|
cleaning up takeoff/landing logic, commenting on magic values
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
c033ef959a
|
proper setpoint handling on takeoff, switch to loiter sp when takeoff finished
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
fe90e7882b
|
do mission notifications for landing, switch to idle setpoint when landed
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
05a73d2821
|
added takeoff logic for position controller to get the uav off the ground fast and transition smoothly to poctl after takeoff, added landing logic to reduce thrust to zero once on the ground
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
ea7a1a92b5
|
correct thrust limiting during landing with margin, don't reset position setpoint when switching from takeoff to posctl and allow high enough z velocity for position lock
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
09b5bdb1ee
|
in mc auto: do not reset the position sp while near the waypoint, should make switching to manual pos control smoother
|
2015-12-28 15:23:20 +01:00 |
|
Andreas Antener
|
5a009ce4c8
|
don't throttle up anymore during landing
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
f17c5d8d55
|
fixing takeoff mission and swtiching to previous flight mode after land/takeoff
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
64349c7a09
|
ability to switch to land mode
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
c32d44d8b4
|
disable position controller when landed and in manual control
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
3c4141ff50
|
increased time for less strict takeoff detection after arming
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
44f13006dd
|
update mission state on takeoff
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
bfb862763c
|
switching to prev main state after landing when disarmed
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
fbf42c8949
|
added auto takeoff support, updated configuration for solo and generalized landing mission items
|
2015-12-28 15:21:50 +01:00 |
|
Andreas Antener
|
e8e81650dc
|
implemented command ACK
|
2015-12-28 15:21:50 +01:00 |
|
Lorenz Meier
|
f41f60901d
|
Control state: Update topic correctly - only if it actually changed and is valid
|
2015-12-28 15:16:29 +01:00 |
|
Lorenz Meier
|
c74d61c7ea
|
VTOL: Indentation fix
|
2015-12-28 15:15:15 +01:00 |
|
Lorenz Meier
|
511c663996
|
Takeoff: Set home yaw if executed as flight mode command.
|
2015-12-28 15:14:40 +01:00 |
|
Lorenz Meier
|
3cbf69cef5
|
commander: print yaw for home
|
2015-12-28 15:13:09 +01:00 |
|
Lorenz Meier
|
5880cd64d6
|
Q estimator: Code style
|
2015-12-28 15:12:55 +01:00 |
|
sander
|
a9b9a05307
|
Arm checking FW throttle
|
2015-12-28 12:15:33 +01:00 |
|
Lorenz Meier
|
3bb733018b
|
Commander: Add range check to mag cal
|
2015-12-27 01:13:05 +01:00 |
|
Lorenz Meier
|
4d41f1d6ce
|
MC att control: Add time constant to simplify user-tuning of basic vehicle operation
|
2015-12-26 16:10:21 +01:00 |
|
Lorenz Meier
|
bc6b640ceb
|
FW: Fix min / max values for L1 norm
|
2015-12-26 16:09:24 +01:00 |
|
Lorenz Meier
|
73394acc68
|
Fix uORB auto publication
|
2015-12-24 15:46:00 +01:00 |
|
Lorenz Meier
|
73216e0497
|
Fixed geofence verbosity
|
2015-12-24 14:37:18 +01:00 |
|
Lorenz Meier
|
490ef96471
|
Attitude estimator Q: Also fill Quaternion field
|
2015-12-24 13:30:30 +01:00 |
|
Lorenz Meier
|
623aeac18d
|
Fix code style in MC params
|
2015-12-24 13:13:10 +01:00 |
|
Lorenz Meier
|
eb4a562948
|
Attitude estimator Q: Move to convenience publication call
|
2015-12-24 10:34:37 +01:00 |
|