MousS
ae8fb3f1c5
Copter: MAV_CMD_CONDITION_YAW accepted outside missions
11 years ago
Randy Mackay
46badc05bc
Copter: guided mode sets desired velocity instead of target velocity
11 years ago
Randy Mackay
f5640dadbf
Copter: guided mode velocity controller
11 years ago
Randy Mackay
b027c71491
Copter: restore pv_get_horizontal_distance_cm function
11 years ago
Randy Mackay
12720bbbe1
Copter: accept condition-yaw commands in guided
11 years ago
Randy Mackay
279926e386
Copter: accept guided pos updates when doing NAV_GUIDED cmd
11 years ago
Randy Mackay
fdc0ec837b
Copter: add nav_guided suport to Auto mode
11 years ago
Randy Mackay
af4490a3d5
Copter: remove mode from guided_set_dest
...
This duplicate check stopped us from reusing guided
guided_set_destination as part of Auto's nav_guided command
11 years ago
Andrew Tridgell
21b0b3bc15
Copter: log up to 3 mags
11 years ago
Niels Joubert
10b4757706
ArduCopter: Move MAVLink size check into library
11 years ago
Niels Joubert
4abbda616f
ArduCopter: GPS Callback for calculating base position
11 years ago
Andrew Tridgell
edafe7100b
Copter: update for AP_Mount change
11 years ago
Randy Mackay
e0f4a570c6
Copter: loiter turns radius from command's p1 field
11 years ago
Randy Mackay
01da4e29fb
Copter: use relative_alt flag when decoding change_alt command
11 years ago
Randy Mackay
50e024fe8f
Copter: flag current alt as relative
...
This is required so common Log_Write_Camera can calculate relative and
abs altitudes provided by either copter or plane
pair programmed with Craig Elder
11 years ago
Randy Mackay
8c488ebd87
Copter: use common Log_Write_Camera
...
pair programmed with Craig Elder
11 years ago
Randy Mackay
8c48b65175
Copter: bug fix to remove home variable
...
pair programmed with Craig Elder
11 years ago
Randy Mackay
d0194b7a9d
Copter: remove home variable
...
home has moved to ahrs
saves 15 bytes of RAM
11 years ago
Randy Mackay
5c305989b9
Copter: set home alt to absolute alt
11 years ago
Randy Mackay
09fc777ab9
Copter: slow motors after landing in AUTO
...
This resolves an issue in which the vehicle could tip over if the pilot
did not reduce the throttle to zero soon after landing in AUTO mode
11 years ago
Jason Short
a873942f73
Fix to restore Gimbal control after Mission with ROI
11 years ago
Randy Mackay
810c87969c
Copter: Ch7/8 switch to enable/disable feed forward and accel limiting
11 years ago
Randy Mackay
91b1d20b70
Heli: integrate AttControl's set_yaw_target_to_current_heading
11 years ago
Randy Mackay
08801eebf2
Copter: integrate AttControl's set_yaw_target_to_current_heading
11 years ago
lthall
babe655b8f
Copter: Remove acro acceleration slew todo
...
It has already been done :)
11 years ago
Randy Mackay
4221833028
Copter: flip records starting attitude
...
Previously flip relied on the attitude controller not updating the earth
frame target during the flip which can't be guaranteed. Safer for flip
to maintain it's own copy of the original attitude .
11 years ago
Randy Mackay
75c328a752
TradHeli: integrate init_targets rename to relax_bf_rate_controller
11 years ago
Randy Mackay
77d5d682c1
Copter: integrate init_targets rename to relax_bf_rate_controller
...
Also remove unnecessary init_targets from flight mode init functions.
11 years ago
Randy Mackay
083f2898a9
Copter: use fast_atan2 for bearings to home and next WP
11 years ago
Randy Mackay
f5f206b055
Copter: set inav alt to zero when arming
11 years ago
Ju1ien
abd1370b2c
Copter: flag stays landed unless pilot raises throttle
11 years ago
Valentin Brossard
9fcfea5404
Copter: accept DO_CHANGE_SPEED outside of missions
...
https://github.com/diydrones/ardupilot/issues/1095
11 years ago
Ju1ien
fd9502d3fa
Copter: Improve surface tracking dynamics
...
This little fix will allow much higher sonar_gain without the
oscillating effect it used to bring.
11 years ago
Randy Mackay
db000f2287
Copter: remove setting rate and thr D term filters
11 years ago
Robert Lefebvre
5eb206e6bb
Copter: Add 'handle' to allow #define updating of AC_PID filter rate for Throttle Accel.
11 years ago
Robert Lefebvre
df1de4260d
Copter: Set Rate PID D-term filter rates on initialization.
11 years ago
Robert Lefebvre
5ee87f7561
Copter: Change TradHeli to use new AC_HELI_PID class.
11 years ago
Randy Mackay
6496872885
Copter: release notes for AC3.1.5
11 years ago
Andrew Tridgell
1dbbdde8ef
Copter: use new GCS_Common.cpp functions
11 years ago
Randy Mackay
0b5ff80b3e
Copter: remove unused pos vector functions
...
removed pv_latlon_to_vector, pv_get_lat, pv_get_lon.
it would probably be best if these were moved into the Math library
11 years ago
Randy Mackay
d4a892c650
Copter: AC3.2-rc2 release notes and version
11 years ago
Randy Mackay
20719e23fd
Copter: enable PARACHUTE and RALLY for all but APM
11 years ago
Randy Mackay
af10a6817c
Copter: remove command_description.txt
...
Description in this file were out of date or incomplete and it is better
for people to refer to the MAVLink documentation or the
/libraries/GCS_MAVLink/message_definitions/common.xml and
ardupilotmega.xml files
11 years ago
Andrew Tridgell
a55c511f63
Copter: updates for new GCS_MAVLink API
11 years ago
Andrew Tridgell
cdcaad3079
Copter: update baud rate parameter descriptions
11 years ago
Andrew Tridgell
cc6fba4cad
Copter: change baudrates parameters to 16 bit
11 years ago
Randy Mackay
d5a0ca4f3c
Copter: integrate init_loiter_target name change
11 years ago
Randy Mackay
63135a044f
Copter: remove setting Z-axis target in Hybrid
...
This workaround is no longer required because AC_WPNav's
set_loiter_target call no longer sets the position controller's z-axis
target
11 years ago
Arthur Benemann
e1b7e53c04
Copter: only acceept Guided waypoints in Guided mode
...
Fix #1068 . When receiving guided waypoints do not change to GUIDED mode. This serves as a safety precaution for GCS, since they must switch to guided mode before sending the waypoints.
11 years ago
Randy Mackay
481a55867e
Copter: only send sonar distance to GCS when sonar enabled
11 years ago