- Mar 27, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
we don't need to add count any more, as floating point maths doesn't need to round up
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this seems to work much better than the old algorithm, converging faster and more accurately. Even better, it has no linkage to DCM, so no possibility of nasty feedback effects
-
- Mar 26, 2012
-
-
Michael Oborne authored
fix antenna tracker issue with saved settings add pretyping to config list add rawlogs modify mavlink log graph interface. 2 x yaxis & roll,pitch,yaw now in degs update dataflash log format - thanks randy update google earth interface refresh to 0.3 sec
-
- Mar 25, 2012
-
-
rmackay9 authored
APM_RC - moved Force_Out0_Out1, Force_Out2_Out3 and Force_Out6_Out6 to APM_RC parent class because it's already implemented in the APM1 and APM2 child classes anyway
-
rmackay9 authored
Filter - added simple LowPassFilter (simple but it's possible to make errors with simple stuff too so might as well have one)
-
rmackay9 authored
-
rmackay9 authored
-
Michael Oborne authored
-
Michael Oborne authored
-
rmackay9 authored
-
- Mar 24, 2012
- Mar 23, 2012
-
-
rmackay9 authored
-
rmackay9 authored
ArduCopter - updated to firmware version to 2.5.2 to avoid confusion with post 2.5.1 versions posted to downloads area
-
Robert Lefebvre authored
-
Michael Oborne authored
add ardutracker support add load/save setting in Tracker move getserialports to serial class hopefully fix dtr issue for good.
-
Andrew Tridgell authored
The simulator flies very badly when using the full acceleration code. I don't yet know if this is a bug in the simulation or a problem with AHRS not handling acceleration for multicopters. For now set the acceleration to be half a 'pure gravity' acceleration and half from the full 3D calculation.
-
Andrew Tridgell authored
this is equivalent to multiplying by m.transposed(), but is more efficient
-
Andrew Tridgell authored
-
- Mar 22, 2012
-
-
Jason Short authored
-
Andrew Tridgell authored
this re-works the multicopter simulator in terms of rotation matrices, and adds full acceleration support, which means it will include linear acceleration affects and centripetal acceleration
-
Andrew Tridgell authored
this is a python library for rotation matrices, following the conventions in AP_Math
-
Andrew Tridgell authored
-
- Mar 21, 2012
-
-
rmackay9 authored
-
Michael Oborne authored
fix issue 573 fix issue 572 fix issue 571 fix issue 570 fix issue 564 fix issue 560 fix issue 555 fix issue 536 add CH6_LOITER_RATE_D fix joystick axis 5-8 - can use joystick for camera pan/tilt
-
- Mar 20, 2012
-
-
Andrew Tridgell authored
this means we only link this in once, rather than for every use of matrix multiply, which saves us some flash space We need to be careful not to put large pieces of code in template headers, as if the operation is used a lot, it costs us a lot of code space
-
Andrew Tridgell authored
-
Andrew Tridgell authored
we now use the declination for Canberra
-
Andrew Tridgell authored
this implements a much more accurate model of a compass using matrix rotations, instead of trying to calculate components directly
-
rmackay9 authored
ArduCopter - navigation - corrected comment in check_missed_wp function to clarify that you've passed the waypoint when the direction to the way point is more than 100 degrees off (not 10 degrees off) from your original bearing towards the waypoint
-
rmackay9 authored
-
rmackay9 authored
-
rmackay9 authored
ArduCopter - Navigation.pde - corrected comment re wp_distance and get_distance to clarify that they are in cm (not meters!)
-
rmackay9 authored
AC_PID - added more paranoid checking that imax is positive in constructor, operator() and load_gains methods
-