Michael Oborne
a0394c8b68
APM Planner 1.1.85
...
work on opengltest
fix last missing param
fix com port selection on connecting to bad comport
add convert to csv. entire log
add log caching to image georef. for tlog and logs
add srtm data caching
13 years ago
rmackay9
357d6c2d9b
ArduCopter: bug fix for reversing tri servo
...
Extended AP_MotorsTri class to take in pointer to rc_tail servo (rc_7) and we use this servo's REV parameter to determine whether to reverse the output to the tail servo or not
13 years ago
rmackay9
2f74004fcb
ArduCopter: updated version to 2.5.5
13 years ago
Michael Oborne
4fc61505df
APM Planner 1.1.84
...
3dr radio fix's + rfd900
other misc fixs
13 years ago
Craig Elder
69bf5700cd
IMU: expose IMU_PRODUCT_ID as EEPROM Variable
...
this will allow us to log the Product ID in tlogs
13 years ago
Craig Elder
4a1d8b0875
AP_InertialSensor: Return product ID from sensor initialization
...
this exposes the product ID to the IMU Layer
13 years ago
Craig Elder
4c46955612
PRODUCT: Define product IDs for all supported products
13 years ago
Craig Elder
ed99940bee
MPU6000: Fixed Scaling on Accelerometers Rev C vs Rev D
...
Rev C have non standard scaling factor that is 1/2 of the data sheet
Rev D chips conform to the specification
13 years ago
Jean-Louis Naudin
899e6e66b0
APMrover v2.0c - tested with APM v2 full kit (Oilpan) - dualversion (IMUless + IMUfull)
...
Signed-off-by: Jean-Louis Naudin <jlnaudin@gmail.com>
13 years ago
Andrew Tridgell
46ee92441e
HILTest is not needed any more
13 years ago
Michael Oborne
db2416d045
APM Planner 1.1.83
...
fix null exception. if connect and not view the link stats, an exception is thrown on disconnect.
13 years ago
Michael Oborne
c01626818b
APM Planner 1.1.82
...
modify 3dr radio packet size 64 > 32
add andrews link status Mod - thanks
add hw voltage to status
add generic logbrowse pid class "pid-*" > "pid-1"
13 years ago
Michael Oborne
f56d3afccf
APM Planner 1.1.81
...
mavlink 1.0 fixs
simulation hil fix for lorenz
modify default att rate to 10 hz
13 years ago
Chris Anderson
34f5923ef3
fixed typo ("minimum" should have been "maximum")
13 years ago
Michael Oborne
218e70cd8b
AP - fix attitude level hil mavlink 1.0 issue
13 years ago
Michael Oborne
67221a111e
APM Planner 1.1.80
...
hazy's lang mod
more hud mods - shorten lines
msi work + uploader
13 years ago
Hazy
bbbf1c7002
APM Planner
...
ConfigPlanner translation
fix UI language changing issue
13 years ago
Andrew Tridgell
f43f5900bc
Telemetry: make it possible to use UART2 on APM2
...
building with TELEMETRY_UART2=ENABLED allows you to use the solder
bridge on the APM2 to enable telemetry on UART2. This allows both USB
telemetry and a radio at the same time.
13 years ago
Michael Oborne
2acaac022c
APM Planner 1.1.79
...
modify hud
modify apm1 vs apm2 detector
13 years ago
Andrew Tridgell
34af851b20
autotest: forced loiter via 2nd method
13 years ago
Michael Oborne
8420260ecf
APM Planner 1.1.78
...
recommit
13 years ago
Jean-Louis Naudin
602fe6e55a
APMrover v2.0b - Special update for rover heading calculation if compass is enabled
...
Signed-off-by: Jean-Louis Naudin <jlnaudin@gmail.com>
13 years ago
Jean-Louis Naudin
53cbbfaaa4
APMrover V2.0b - updates about Save_WP
...
Signed-off-by: Jean-Louis Naudin <jlnaudin@gmail.com>
13 years ago
Andrew Tridgell
2dd655d87d
MPU6k: added suspend/resume on init
13 years ago
Andrew Tridgell
88b2139d91
Baro: added suspend/resume on init
13 years ago
Andrew Tridgell
d692a932ca
ADC: added suspend/resume on init
13 years ago
Andrew Tridgell
534aee17e9
TimerProcess: added suspend_timer()/resume_timer()
...
this will be used to avoid races in driver initialisation
13 years ago
Michael Oborne
b5908eed7f
fix int/float conversion issue
13 years ago
Michael Oborne
0f6120506b
fix metaparser bug
13 years ago
Andrew Tridgell
7d9e8c8d89
git: try to reduce the number of binary files added to the tree
...
our git tree has become far too large due to large exe, dll etc
files. We can't fully get rid of the ones that are there, but this may
discourage people from adding more
13 years ago
rmackay9
af86ae8cbf
ArduCopter: fixed compile error by declaring extern print_latlon
13 years ago
Andrew Tridgell
435a64b97e
ACM: fixed HIL build
13 years ago
Michael Oborne
75f091cd9c
more arduplane param info
13 years ago
Michael Oborne
fd40d40bc2
APM Planner 1.1.77
...
fix param xml namespace issue
prevent sending unchanged params
13 years ago
Michael Oborne
9223177355
APM Planner 1.1.76
...
Modify Hud center
add 3dr snr's and snr based distance estimate
display current frame type
fix disapearing window
add base xml level to param xml (xml standard)
add georef kml refrence
this includes adams new dynamic params
13 years ago
Michael Oborne
c1115d83c7
update some arduplane config items
13 years ago
rmackay9
a1f5661161
ArduCopter: restored gps test in CLI
...
Added check so not enabled when using 1280. Also fixed comments in other tests to explain the check for the 1280.
13 years ago
rmackay9
6e1798b104
AP_AHRS: updated default AHRS_YAW_P to 0.2 (was 0.4)
...
This reduces the compass's default authority over the yaw direction by half
13 years ago
Jean-Louis Naudin
77eea3a893
APMrover v2.0 - tested on Traxxas Monster Jam Grinder XL-5 3602
...
Signed-off-by: Jean-Louis Naudin <jlnaudin@gmail.com>
13 years ago
Andrew Tridgell
ca8bc34c98
MAVLink: re-generated with new pygen
...
this moves the enums to make them less order sensitive
13 years ago
Andrew Tridgell
8fab91e063
APM-nav: set NAV I value defaults to 0.1
...
a small I value is good on most planes, so I think this is a better
default than 0. Thanks to Chris for asking about this.
13 years ago
Robert Lefebvre
3d2c00bb15
Test: Test commit
...
This is a test commit
13 years ago
Adam M Rivera
959921fba5
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
13 years ago
Adam M Rivera
1899f36844
Planner: Added dynamic controls based on the parameter meta data that is parsed from the codebase.
13 years ago
Andreas M. Antonopoulos
950f288bab
GIT Test
13 years ago
Hazy
d7ef8ee506
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
13 years ago
Adam M Rivera
56d3fa1601
Parameters.pde/AP_MotorsHeli: Updated comments to leverage the new value aliases
13 years ago
Adam M Rivera
40fdba441b
Parameters.pde: Added value aliases to comments
13 years ago
Adam M Rivera
941cf6fa69
Parameters.pde: Added more parameter comments.
13 years ago
Hazy
f4ad81b184
APM Planner
...
a few UI translation
fix UI language changing issue (it used to change to English when click Configuration tab)
13 years ago