Jason Short
|
d34ca0e6ea
|
Arducopter - commands: Add home logging
|
2012-07-13 11:51:40 -07:00 |
Andrew Tridgell
|
be763a6ead
|
ACM: use get_distance_cm() not get_distance()
this fixes a bug introduced in 28f2eb6b9
|
2012-07-11 07:50:07 +10:00 |
Jason Short
|
cf6d73ec88
|
commands.pde RTL Alt
fix to maintain current altitude of we are above our RTL alt for safety.
|
2012-07-09 13:13:32 -07:00 |
Jason Short
|
2450c25544
|
Arducopter: enabled RTL_altitude, renamed function to be more accurate
|
2012-07-01 13:40:11 -07:00 |
Jason Short
|
59d16f5fe0
|
Commands.pde: increased bad WP distance check
|
2012-06-29 21:20:28 -07:00 |
Jason Short
|
7f92d702ab
|
commands.pde: fixed unit error for distance check
|
2012-06-25 23:06:28 -07:00 |
Jason Short
|
f3cc1121aa
|
better default for speed governer
|
2012-01-21 22:05:48 -08:00 |
Jason Short
|
1843798697
|
Clarified the Increment for WP total
|
2012-01-14 11:20:40 -08:00 |
Jason Short
|
1269b07d9a
|
Made RTL always the current Altitude
|
2012-01-13 16:47:38 -08:00 |
Jason Short
|
acd877abda
|
added set_new_altitude call
|
2012-01-10 23:42:27 -08:00 |
Jason Short
|
b1e971ea18
|
added location error calc to get better data. Otherwise we'll be 1 GPS read off.
|
2012-01-10 23:42:26 -08:00 |
Jason Short
|
cf9e744ed2
|
removed unused vars
|
2012-01-04 09:28:37 -08:00 |
Jason Short
|
c0c2ea4ebb
|
removed unused functions
|
2012-01-04 09:28:36 -08:00 |
Jason Short
|
15a377d759
|
Added a default Yaw tracking setting
Added Nav_Bearing
|
2011-12-30 23:48:04 -08:00 |
Jason Short
|
a284fc222c
|
No longer blocking before initing home
|
2011-12-23 14:42:50 -08:00 |
Jason Short
|
a685e5b575
|
fix for navigation scaleLongUp
|
2011-12-11 09:53:44 -08:00 |
Jason Short
|
af0ae6a10f
|
Set Nav_WP as home
|
2011-12-10 23:26:10 -08:00 |
Jason Short
|
62ed256fca
|
made the crosstrack use the previous WP instead of the current loc to get a better line in AP.
|
2011-11-28 10:33:06 -08:00 |
Jason Short
|
94ef8a91ff
|
removed typo
|
2011-11-20 00:22:52 -08:00 |
Jason Short
|
77da1227bb
|
renamed set_cmd function
|
2011-11-20 00:22:52 -08:00 |
Jason Short
|
a168691eba
|
Working implementation of Jump Command
|
2011-11-16 21:28:56 -08:00 |
Jason Short
|
65fe467a57
|
Mission Scripting re-write
|
2011-11-16 00:22:22 -08:00 |
Jason Short
|
288db5c7c5
|
Better error and defaults checking
|
2011-11-13 22:54:18 -08:00 |
Jason Short
|
daaf681417
|
error checking command saving
|
2011-11-13 13:41:23 -08:00 |
Jason Short
|
fd02ebca74
|
Work in progress for using 0 based counting
|
2011-11-12 21:39:24 -08:00 |
Jason Short
|
2c9ebf11b8
|
removed unused functions, log fix
|
2011-11-09 23:28:50 -08:00 |
Andrew Tridgell
|
c158cb8e63
|
call gcs_update() while waiting for GPS lock
this ensures we react to ground commands, and also allows HIL GPS to
work
|
2011-11-09 17:43:55 +11:00 |
Andrew Tridgell
|
28634f51b7
|
ArduCopter: use specific sized data types in a lot of places
this will make the Desktop build more consistent with the real AVR
build, and also with a future ARM build
|
2011-11-08 11:05:36 +11:00 |
Jason Short
|
c8304114a3
|
renamed some command variables to align with Arduplane
reworked the arming code and moved the DCM gains out.
updated climb_rate to include sonar data.
|
2011-11-04 21:41:51 -07:00 |
Andrew Tridgell
|
d89ae696ef
|
merged the GCS updates from ArduPlane to ArduCopter
this removes all the non-MAVLink GCS options, and simplifies the HIL
and GCS code a lot. It also adds async sending of low priority GCS
text messages.
|
2011-10-11 20:53:43 +11:00 |
Jason Short
|
1ff372a41d
|
Implementing a limiter for the ramp up of speed to WPs.
|
2011-10-03 10:37:56 -07:00 |
Jason Short
|
5ca50f1f01
|
Altered CIRCLE mode to allow Loiter_N_Turns to work in AP mode.
|
2011-09-21 13:19:36 -07:00 |
Jason Short
|
ddc5ced162
|
removed saving - not needed for copters
|
2011-09-18 16:28:53 -07:00 |
Jason Short
|
151cae6074
|
Jump command was reported to have issues, updated to match APM branch.
|
2011-09-18 16:27:43 -07:00 |
Jason Short
|
1ce2308d11
|
Removed Simple Mode
Added Simple option to mode switch positions
removed unused OptFlow code
added reset lat and lon error
removed unused init_auto
Fixed log formatting
Added simple mode bitmask
removed pitchmax
added CLI setup for enabling Simple mode to any switch position
|
2011-09-14 13:58:18 -07:00 |
Jason Short
|
ecd14f4425
|
Cleaned up guided mode
Reduced ADC filter to 3 from 6 to increase speed of filter.
|
2011-09-12 12:57:36 -07:00 |
Jason Short
|
885ec18182
|
Removed last of Xtrack
|
2011-09-11 20:40:05 -07:00 |
Jason Short
|
466488e78d
|
removed nav_bearing - not used
|
2011-09-11 20:27:56 -07:00 |
Andrew Tridgell
|
1456a2a912
|
renamed top level directories
ArduCopterMega -> ArduCopter
added archives directory for old code
|
2011-09-09 11:27:41 +10:00 |