Andrew Tridgell
|
96d290a283
|
PX4: add PYTHONPATH for genmsg and gencpp tools
|
2015-02-14 12:25:44 +11:00 |
Andrew Tridgell
|
04bef5ccf3
|
AP_InertialSensor: don't skip delay if we are a bit early
this produces a bit more even timing
|
2015-02-14 12:25:44 +11:00 |
Andrew Tridgell
|
619196b6b3
|
HAL_PX4: fixes for new PX4 device paths
|
2015-02-14 12:25:44 +11:00 |
Andrew Tridgell
|
38d63d51a5
|
AP_RangeFinder: change for new PX4 device paths
|
2015-02-14 12:25:44 +11:00 |
Andrew Tridgell
|
995311f807
|
AP_OpticalFlow: change for new PX4 device paths
|
2015-02-14 12:25:44 +11:00 |
Andrew Tridgell
|
9f7e20090c
|
AP_Notify: change for new PX4 device paths
|
2015-02-14 12:25:43 +11:00 |
Andrew Tridgell
|
4537acb898
|
AP_InertialSensor: change for new PX4 device paths
|
2015-02-14 12:25:43 +11:00 |
Andrew Tridgell
|
99ed508903
|
AP_Compass: change for new PX4 paths
|
2015-02-14 12:25:43 +11:00 |
Andrew Tridgell
|
beeb9173ea
|
AP_Baro: change for new PX4 paths
|
2015-02-14 12:25:43 +11:00 |
Andrew Tridgell
|
26a77dc502
|
AP_Airspeed: change for new PX4 paths
|
2015-02-14 12:25:43 +11:00 |
Andrew Tridgell
|
001643d5a3
|
HAL_PX4: always use the hrt semaphore based delay
the up_udelay() could cause too much timing jitter
|
2015-02-14 12:25:43 +11:00 |
Andrew Tridgell
|
7f0060b881
|
HAL_PX4: reduce the amount of time between loop() calls
500usec is too long for 400Hz copter
|
2015-02-14 12:25:43 +11:00 |
myly10
|
7bb079b348
|
AP_Parachute.cpp: Typo correction.
|
2015-02-13 16:16:10 +09:00 |
Grant Morphett
|
171c0476b6
|
APMrover2: Publish Beta Release of version 2.48
|
2015-02-13 08:34:35 +11:00 |
Randy Mackay
|
77d8f88e45
|
Copter: fence, rtl, land use alt-above-home
|
2015-02-12 15:08:00 +09:00 |
Randy Mackay
|
4d566bf462
|
Copter: current_loc.alt is alt-above-home
|
2015-02-12 15:07:59 +09:00 |
Randy Mackay
|
7e11ec9a6f
|
Copter: surf tracking, do-land use inav alt
Also CTUN logging of inav alt switched to get directly from inertial nav
lib instead of using current_loc.alt
|
2015-02-12 15:07:00 +09:00 |
Randy Mackay
|
cb66bf8b98
|
Copter: functions to convert alt-above-home vs alt-above-origin
|
2015-02-12 15:01:05 +09:00 |
Randy Mackay
|
9bd3a7249a
|
Copter: disable inertial nav
|
2015-02-12 15:01:03 +09:00 |
Randy Mackay
|
fbe87afb9c
|
Copter: pre-arm check of EKF origin vs home
EKF origin must be within 50km of home or numerical errors get too large
|
2015-02-12 15:01:00 +09:00 |
Randy Mackay
|
e7579198c9
|
Copter: when arming set home to current loc only if not locked
|
2015-02-12 15:00:58 +09:00 |
Randy Mackay
|
9e156d2f81
|
Copter: always update current_loc regardless of inav state
If inertial nav is not initialised these will be set to zero anyway
|
2015-02-12 15:00:56 +09:00 |
Randy Mackay
|
7029b11414
|
Copter: support do_set_home command from GCS and mission
|
2015-02-12 15:00:54 +09:00 |
Randy Mackay
|
d5fd6d2a99
|
Copter: use home_is_set function
|
2015-02-12 15:00:52 +09:00 |
Randy Mackay
|
e081b9d1c7
|
Copter: home is set becomes three state
|
2015-02-12 15:00:50 +09:00 |
Randy Mackay
|
a4fd36a775
|
Copter: fix compile error when fence disabled
Fix provided by iyia12co
|
2015-02-12 12:03:54 +09:00 |
Staroselskii Georgii
|
75cd41a7c1
|
AP_HAL_Linux: added NavioAnalogIn
|
2015-02-12 12:57:45 +11:00 |
Staroselskii Georgii
|
b5aef01f72
|
AP_ADC: added ADS1115 support
|
2015-02-12 12:57:45 +11:00 |
Staroselskii Georgii
|
195aa5fc6b
|
AP_HAL_Linux: take the semaphore in SPIUARTDriver for shorter periods of time
|
2015-02-12 12:52:56 +11:00 |
Staroselskii Georgii
|
64da7f0360
|
AP_HAL_Linux: fix macro that defines number of I/O callbacks
|
2015-02-12 12:52:56 +11:00 |
Staroselskii Georgii
|
5b21bd2f1d
|
AP_HAL_Linux: make Ublox transactions shorter
|
2015-02-12 12:52:56 +11:00 |
Staroselskii Georgii
|
4034004194
|
AP_HAL_Linux: switch NavIO to kernel CS handling
|
2015-02-12 12:52:56 +11:00 |
Paul Riseborough
|
9f552eaa4b
|
AP_NavEKF: Fix bug that resets position to origin when vehicle arms
|
2015-02-12 12:40:55 +11:00 |
Paul Riseborough
|
b8d3da3846
|
AP_NavEKF: Report last known position when vehicle is disarmed
|
2015-02-12 12:40:55 +11:00 |
Andrew Tridgell
|
4aa8a012de
|
GCS_MAVLink: re-generate headers (updated stdint.h usage)
|
2015-02-12 09:13:17 +11:00 |
Andrew Tridgell
|
e9f87a2626
|
Plane: implement MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES
|
2015-02-12 09:04:25 +11:00 |
Andrew Tridgell
|
81302fe190
|
Copter: implement MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES
|
2015-02-12 09:04:20 +11:00 |
Andrew Tridgell
|
6ec65bf629
|
AntennaTracker: implement MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES
|
2015-02-12 09:04:16 +11:00 |
Andrew Tridgell
|
149daf23a6
|
Rover: implement MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES
|
2015-02-12 09:04:09 +11:00 |
Andrew Tridgell
|
991afa9999
|
GCS_MAVLink: re-generate headers
|
2015-02-12 09:03:34 +11:00 |
Andrew Tridgell
|
7a6d91035e
|
GCS_MAVLink: merge upstream changes
|
2015-02-12 09:03:22 +11:00 |
Andrew Tridgell
|
55041c7a7a
|
AP_NavEKF: prevent division by zero in SmallEKF
|
2015-02-12 09:02:59 +11:00 |
Staroselskii Georgii
|
1670ccf774
|
Rover: fixed BattMonitor initialisation
|
2015-02-12 07:51:24 +11:00 |
Andrew Tridgell
|
801c4d0a93
|
Build: disable board specific build tags
disable this until we work out why apm1/apm2 tags have re-appeared
|
2015-02-12 06:21:03 +11:00 |
Andrew Tridgell
|
f69622f041
|
Travis: cope with setuptools upgrade failing
|
2015-02-11 21:18:35 +11:00 |
Jonathan Challinger
|
604742ac0e
|
rc.APM: disarm px4io before trying to update
|
2015-02-11 21:05:42 +11:00 |
Andrew Tridgell
|
db9c8548a5
|
HAL_VRBrain: call parent Util constructor
|
2015-02-11 20:57:28 +11:00 |
Andrew Tridgell
|
ebacb2b496
|
HAL_PX4: call parent Util constructor
|
2015-02-11 20:57:28 +11:00 |
Jonathan Challinger
|
59cf1c29ff
|
AP_HAL_VRBRAIN: attempt to initialize USB while soft-disarmed
|
2015-02-11 20:57:28 +11:00 |
Jonathan Challinger
|
e908fcafb1
|
AP_HAL_PX4: attempt to initialize USB while soft-disarmed
|
2015-02-11 20:57:27 +11:00 |