197 Commits (e3cd494709a9fd996300f804b2cf196f8808ca44)

Author SHA1 Message Date
Randy Mackay 4ad395e7be Copter: merge WPNAV into NTUN dataflash message 12 years ago
Randy Mackay 870b9b0fbb Copter: only run nav controllers when auto-armed 12 years ago
Randy Mackay 74dca6da22 Copter: move update_commands to run_autopilot fn 12 years ago
Andrew Tridgell 5ad9deecfb Copter: cleanup some bit if tests to be clearer 12 years ago
Andrew Tridgell 82c604dd67 Copter: more constrain fixes 12 years ago
Randy Mackay 37abfdc65a Copter: make CIRCLE_RATE a tunable parameter 12 years ago
Randy Mackay 0b808abbed Copter: remove unused waypoint_valid function 12 years ago
Randy Mackay 8fe3e689f4 Copter: add WPNAV log message 12 years ago
Randy Mackay 629d23b7e2 Copter: remove WP_SPEED and WP_RADIUS parameters 12 years ago
Randy Mackay 700fb1b179 Copter: replace sin_yaw_y, cos_yaw_x in circle mode 12 years ago
Randy Mackay 1ee825ee9a Copter: move alt and wp checking to AC_WPNAV 12 years ago
Randy Mackay a65960a009 Copter: use velocity based set_loiter_target 12 years ago
Randy Mackay 4de5f67a91 Copter: replace wp_nav.get_target_alt with get_destination_alt 12 years ago
Randy Mackay 5b93990e41 Copter: removed next_WP 12 years ago
Randy Mackay 1516972eaa Copter: add panorama to CIRCLE mode 12 years ago
Randy Mackay 58ed8cd544 Copter: replace set_next_WP with direct call to wp_nav 12 years ago
Randy Mackay 49828eba7d Copter: integrate AC_WPNav 12 years ago
Randy Mackay cdb532a594 Copter: bug fix for loiter target 12 years ago
Randy Mackay 95d944f610 Copter: Jason's bug fix for loiter's set_next_WP_latlon 12 years ago
Randy Mackay 777c6a308e AP_InertialNav: use shared GRAVITY_MSS constant 12 years ago
Andrew Tridgell b280857025 Copter: use common angle wrap code 12 years ago
Randy Mackay 61e29173e3 Copter: remove unused crosstrack variables and parameters 12 years ago
Randy Mackay 150046f2b8 Copter: GPS Failsafe implemented 12 years ago
Randy Mackay 5380973225 Copter: only start delay timer after reaching wp location and altitude 12 years ago
Randy Mackay e0506bd622 Copter: inav circle initial implementation 12 years ago
Randy Mackay cbde042ec5 Copter: remove non-inav loiter and wp controllers 12 years ago
Randy Mackay 6f27bc7ae5 Copter: remove filters from inav loiter 12 years ago
Randy Mackay 1410063a14 Copter: new ROLL_PITCH_WP_INAV roll-pitch mode 12 years ago
Randy Mackay 67c69a19ee Copter: remove baro-only alt hold 12 years ago
Randy Mackay 37d3e1d7e4 Copter: add zero slope checks to wpinav 12 years ago
Randy Mackay 53ab1d5d9b Copter: add advance track call to actually move towards waypoint 12 years ago
Randy Mackay fcf102b2cf Copter: inertial nav waypoint controller 12 years ago
Randy Mackay d2767b911c AP_Math: switch get_distance_cm to return uint32_t 12 years ago
Randy Mackay aaecc25ac7 Copter: leonard's inav2 12 years ago
Randy Mackay fd02cfe706 Copter: added set_nav_mode to control initialisation of nav controllers 12 years ago
Robert Lefebvre dde713aaa5 Arducopter: Backing out my changes for a new Loiter Repositioning mode. Leonard and Jonathan's work will trump this. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay 04677bfb95 Copter: constrain auto roll and pitch to 45 degrees 12 years ago
jschall d6b3d370c3 Correct spelling of run_navigation_contollers 12 years ago
Randy Mackay df2137ed72 Copter: constrain loiter so that it never commands more than 45 degrees of lean in lat or lon directions 12 years ago
Andrew Tridgell 860f4b2605 Copter: merge the latest 2.9 changes into master 12 years ago
rmackay9 576af6d487 ArduCopter: bug fix to althold desired rate calculation. Fix from Jonathan. 12 years ago
rmackay9 e77b54c7dc ArduCopter: bug fix to GUIDED mode. Now checks that desired altitude was reached before deciding the waypoint is complete. 12 years ago
Craig@3DR e350bfbba8 Removed 2 more degree symbols from comments 12 years ago
Robert Lefebvre 6e64b1b357 ACM: Precision Loiter RePositioning code. 12 years ago
rmackay9 7a5e4b8549 ArduCopter: stop unnecessary updates of target altitude and knock-on effect of too many EV message in dataflash log 12 years ago
rmackay9 4dfe3a2d73 ArduCopter: remove weird character from navigation.pde 12 years ago
Jason Short 19ae5c30eb ACM : Formatting 12 years ago
rmackay9 dadad8677e ArduCopter: added descriptions for most parameters that did not have them 12 years ago
rmackay9 f522ef078e ArduCopter: remove unused functions do_target_yaw, do_loiter_at_location, get_altitude_error and clear_new_altitude 12 years ago