4546 Commits (3a792abb4d62226c44809df360b6fb3106224a51)
 

Author SHA1 Message Date
Andrew Tridgell 136c03c3c0 AHRS: include the P terms in get_gyro() 13 years ago
Andrew Tridgell acc6adf6e9 MPU6k: removed an unused variable 13 years ago
Andrew Tridgell 55092c25a6 SITL: enable the SIM_* parameters in ArduCopter and ArduPlane 13 years ago
Andrew Tridgell ed691fc465 SITL: added SITL class for controlling simulation 13 years ago
Andrew Tridgell 16c55c64d4 AHRS: don't add the P terms in _omega 13 years ago
Adam M Rivera dadc7d5a7d ArduCopter: Loiter Timer should have been set when the approach altitude was set. Previously, land had to be enabled before auto approach would work. 13 years ago
Andrew Tridgell 37fc6c46b9 AHRS: disable barometer for vertical acceleration 13 years ago
Andrew Tridgell 58c4d458dc AHRS: re-instate new DCM drift correction code 13 years ago
Pat Hickey d0453c5085 Autotest: use mktemp instead of tempfile 13 years ago
Michael Oborne 0baa3aa9e0 APM Planner 1.1.94 13 years ago
Michael Oborne 85ac024ec5 firmware build 13 years ago
Andrew Tridgell fd241692d0 AHRS: revert to the old drift correction algorithm 13 years ago
Andrew Tridgell a6543f1e84 SITL: removed an unused variable 13 years ago
Andrew Tridgell 5bccfbd94c Barometer: fixed airstart for APM 13 years ago
Andrew Tridgell 8e044a560b AHRS: include P term in omega 13 years ago
Andrew Tridgell 37e2f2ee2c AHRS: implement spin rate limits 13 years ago
Andrew Tridgell e4a245179c AHRS: cope with copters with no compass 13 years ago
Andrew Tridgell 09db935874 Rover: a rover moves along its X axis 13 years ago
Andrew Tridgell f4faf941e2 GPS: test the more modern MTK16 13 years ago
Andrew Tridgell 27761737ce SITL: fixed GPS heading in simulated UBlox 13 years ago
Andrew Tridgell b811653800 SITL: changes UBlox simulation to 5Hz 13 years ago
Andrew Tridgell 5cd5f40f09 autotest: switch to full accel modelling in multicopter simulation 13 years ago
Andrew Tridgell d2e72171ab ArduTracker: update for new compass interface 13 years ago
Andrew Tridgell 2e951647c4 Rover: updates for new compass interface 13 years ago
Andrew Tridgell 33440567e6 ACM: ArduCopter updates for new compass interface 13 years ago
Andrew Tridgell 3a2594fa1a APM: ArduPlane updates for new compass interface 13 years ago
Andrew Tridgell e4d28b12e5 Compass: remove the need to call calculate() on the compass object 13 years ago
Andrew Tridgell 3a41ad8e7c AHRS: normalize the ge vector in drift correction, and use barometer 13 years ago
Andrew Tridgell dae1a57dc5 ACM: adapt the ArduCopter code for new barometer interface 13 years ago
Andrew Tridgell 6639294c72 APM: update for new barometer interface 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago
Andrew Tridgell 06c8763881 Filter: added 5 point average float filter 13 years ago
Jonathan Challinger d230690b7b AHRS: brought DCM more inline with Bill's implementation 13 years ago
Andrew Tridgell 2934b4173b APM: set_centripetal() is now set_fly_forward() 13 years ago
Andrew Tridgell b676caa626 ACM: enable GPS in AHRS for ArduCopter 13 years ago
Andrew Tridgell d4c8041c51 AHRS: first successful version of Bills new drift correction system 13 years ago
Andrew Tridgell 4d08f75292 AHRS: update for new _fly_forward flag 13 years ago
Andrew Tridgell 0f5c22bd8e AHRS: implement Bills new drift correction algorithm 13 years ago
Andrew Tridgell 52d77407d4 AHRS: added GPS support to AHRS test 13 years ago
Andrew Tridgell 37db5247cd GPS: added velocity and acceleration components 13 years ago
Andrew Tridgell fe865bc1dc Math: added comment 13 years ago
Andrew Tridgell c30b0d85a3 Math: moved more template functions to the .cpp files 13 years ago
Michael Oborne 73dc86a47b firmware build 13 years ago
Jason Short eeab4c5363 Attitude.pde: Turned off boost_p for nav_throttle based on Testing feedback from Marco. 13 years ago
Jason Short c76ac4543b Added user editable define for Super simple radius 13 years ago
rmackay9 621e020dac ArduPlane HIL: fixed bug so g_gps->setHil calls send time as a uint32_t (was sending a float but was cast back to an uint32_t resulting in a meaningless time that never changed). 13 years ago
rmackay9 068fe64b9b ArduCopter HIL: changed calls to setHIL to send in time as a uint32_t (it was a float) 13 years ago
Jason Short 812bf7d874 Attitude.pde - Added small boost to alt hold for takeoff. 13 years ago
Jason Short 46fb3b783a GCS_Mavlink.pde : mav_nav only used in legacy Mavlink. 13 years ago
Jason Short cd93c40f09 Added Toy Mode control 13 years ago