Randy Mackay
|
5f3c2bcd11
|
Copter: rename landing_gear.pde
|
10 years ago |
Robert Lefebvre
|
62b5f32643
|
Copter: Use landinggear.force_deploy method when auto-landing
|
10 years ago |
Robert Lefebvre
|
20fce5c9ff
|
Copter: Move landing gear code into new file
|
10 years ago |
Robert Lefebvre
|
fd61c3179a
|
Copter: Remove relay pointer from LandingGear object
|
10 years ago |
Robert Lefebvre
|
e10e020062
|
Copter: Add Landing Gear functionality to main code
|
10 years ago |
Staroselskii Georgii
|
84a15304a1
|
Copter: added AK8963 support
|
10 years ago |
Randy Mackay
|
f54a13f24b
|
Copter: report NAV_CONTROLLER_OUTPUT in RTL, Guided
This allows the GCS to display to the user where the vehicle is flying
to in RTL and Guided flight modes
|
10 years ago |
Robert Lefebvre
|
d7ba808400
|
ArduCopter: Bug fix, int8t should be uint16t.
|
10 years ago |
Robert Lefebvre
|
205b312789
|
Copter: GCS Failsafe comments and format changes
|
10 years ago |
Robert Lefebvre
|
5f19a43104
|
Copter: GCS Failsafe to trigger if using Guided mode
|
10 years ago |
Andrew Tridgell
|
c268d7252f
|
Copter: fixed flymaple build
|
10 years ago |
Andrew Tridgell
|
cb5552f0e3
|
Copter: fixed build with optflow disabled
|
10 years ago |
Andrew Tridgell
|
ab62105afe
|
Copter: use common send_opticalflow()
|
10 years ago |
Andrew Tridgell
|
788bb8ab9f
|
Copter: make optflow available to AHRS
|
10 years ago |
Andrew Tridgell
|
c784ee717b
|
Copter: update for new OptFlow API
|
10 years ago |
Randy Mackay
|
f1f71ef605
|
Copter: cli uses has_current method
|
10 years ago |
Randy Mackay
|
3ccc61c163
|
Copter: use battery.has_current method
|
10 years ago |
Randy Mackay
|
d6b4bfd97f
|
Copter: move underscore in BATT_ parameters
|
10 years ago |
Randy Mackay
|
2e7435df52
|
Copter: remove unused OF_LOITER pid defines
|
10 years ago |
Randy Mackay
|
3e34e7ed7e
|
Copter: remove logging dependency on optflow
|
10 years ago |
priseborough
|
695f12bec0
|
Copter: Don't log EKF optical flow data if not required
|
10 years ago |
Randy Mackay
|
f2b0fc3566
|
Copter: disarm on landing regardless of pilot input
|
10 years ago |
Randy Mackay
|
72127cde35
|
Copter: remove broken support for do-change-alt
This command was not implemented fully removing this code resolves a
compiler warning
|
10 years ago |
Randy Mackay
|
2bc1b7e4d6
|
Copter: skip pre-arm checks when already armed
|
10 years ago |
Randy Mackay
|
990a34cb75
|
Copter: remove support for do-set-home mission command
This avoids the chance of an arithmetic exception in cases where the
position is moved too far
|
10 years ago |
Randy Mackay
|
2ea9b8a5a8
|
Copter: set pre_arm_gps_check flag
|
10 years ago |
Randy Mackay
|
05fedbf98f
|
Copter: minor formatting fixes
|
10 years ago |
Jonathan Challinger
|
91bff63267
|
Copter: Fix LAND overshoot issue
|
10 years ago |
Randy Mackay
|
b6bcf841e1
|
Copter: remove second camera mount
|
10 years ago |
Jonathan Challinger
|
cafb38e923
|
Copter: allow radio failsafe while disarmed so that user can be notified
|
10 years ago |
Randy Mackay
|
79e40b4f6a
|
Copter: do not send mode_change event before init complete
This avoids a beep as the flight mode is set during start-up
|
10 years ago |
Randy Mackay
|
562f3e7382
|
Copter: set notify event when failsafe changes flight mode
|
10 years ago |
Randy Mackay
|
6a15d21704
|
Copter: minor format change
|
10 years ago |
Jonathan Challinger
|
f045c75bfe
|
Copter: play various tones
|
10 years ago |
Randy Mackay
|
fd55a2d9c4
|
Copter: increase GPS_HDOP_GOOD default to 2.3
|
10 years ago |
Andrew Tridgell
|
e73f8b8e40
|
Copter: removed use of mavlink_check_target()
|
10 years ago |
Randy Mackay
|
67f48168a8
|
Copter: send OPTICAL_FLOW msg to GCS
|
10 years ago |
Randy Mackay
|
641c770726
|
Copter: send optflow health in extended status
|
10 years ago |
Randy Mackay
|
882546aa8e
|
Copter: optflow logging minor format change
|
10 years ago |
Randy Mackay
|
3127dd94c1
|
Copter: add OPTFLOW to default logging
|
10 years ago |
Randy Mackay
|
aba829678a
|
Copter: optflow instantiation format change
No functional change
|
10 years ago |
Randy Mackay
|
c93c7af20c
|
Copter: move update_optflow to sensors.pde
No functional change
|
10 years ago |
Randy Mackay
|
67fdfffc2a
|
Copter: remove OF_Loiter PIDs and tuning
|
10 years ago |
Randy Mackay
|
0994529624
|
Copter: remove OF_Loiter from FLTMODE param descriptions
Also remove OF_Loiter reference in comments
No functional change
|
10 years ago |
Andrew Tridgell
|
fba02479b7
|
Copter: fixed build with no EKF
|
10 years ago |
priseborough
|
963cc4d60a
|
Copter: Add velocity gain scaler to interfaces
Allows nav gain to be scaled to compensate for optical flow noise
|
10 years ago |
priseborough
|
9e7709fa09
|
Copter: Expand EKF speed limit public method to handle control limits
|
10 years ago |
priseborough
|
9844dacf40
|
Copter: Add EKF ground speed limit to loiter speed control
This is required to prevent the speed controller saturating the optical flow sensor during low altitude flying.
|
10 years ago |
priseborough
|
715d64dce9
|
Copter: Check for new optical flow updates at 200Hz
Supports use of higher flow read rates if required.
|
10 years ago |
priseborough
|
468c83c074
|
Copter : Check for new optical flow readings every 10ms
The driver polls the sensor asynchronously every 100 msec, so we need to continually check for new data.
|
10 years ago |