PT_Dreamer
|
df61d33f66
|
GCS- Added the ability to have more than 1 ui limit per index
|
2012-08-03 18:57:24 +01:00 |
|
James Cotton
|
ccbbda1b51
|
Make default tuning mode Attitude to make it easier on people like me :)
|
2012-08-03 12:41:00 -05:00 |
|
PT_Dreamer
|
4d19062059
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into pt/boardbased_ui_limits
|
2012-08-03 18:14:51 +01:00 |
|
James Cotton
|
652647fc87
|
Make autotuning module optional
|
2012-08-03 09:37:46 -05:00 |
|
James Cotton
|
2ccd6605a4
|
Now the stabilization refactor is in we can make swapping between tuning the
system in rate or attitude mode software configurable.
|
2012-08-03 09:37:45 -05:00 |
|
James Cotton
|
28539a80d1
|
Change default tuning settings
|
2012-08-03 09:37:45 -05:00 |
|
James Cotton
|
7ea14ecc22
|
Track the output gain instead of amplitude so the measured values are
consistent if the settings are changed afterwards.
|
2012-08-03 09:37:45 -05:00 |
|
James Cotton
|
5c00451c9e
|
Remove unused value field from the relaytuning object
|
2012-08-03 09:37:45 -05:00 |
|
James Cotton
|
52ffec0be4
|
Increase the initial tuning amplitude to 0.15
|
2012-08-03 09:37:45 -05:00 |
|
James Cotton
|
dfd1aceb06
|
More work on autotune from GCS
|
2012-08-03 09:37:45 -05:00 |
|
James Cotton
|
a9af53b4f3
|
Create new autotuning module which rotates through the axes for autotuning and
then computes new stabilization settings.
|
2012-08-03 09:37:44 -05:00 |
|
James Cotton
|
4ac8df6aa8
|
Make the system perform an online estimate of the period and amplitude of the
oscillation during relay tuning
|
2012-08-03 09:37:44 -05:00 |
|
James Cotton
|
17a0d3ebb4
|
Add a relay stabilization mode
|
2012-08-03 09:37:44 -05:00 |
|
James Cotton
|
9ce7d9b4ac
|
Add UAVOs for relay tuning
|
2012-08-03 09:37:44 -05:00 |
|
James Cotton
|
6948f1dc41
|
Merge remote-tracking branch 'origin/master' into next
Conflicts:
package/winx86/translations/strings_de.nsh
|
2012-08-03 09:35:18 -05:00 |
|
PT_Dreamer
|
205d370eec
|
GCS-Made the UI limits board specific
|
2012-08-02 16:34:48 +01:00 |
|
Richard Flay (Hyper)
|
56647f5409
|
Fix for OP-661: error messages in GCS log due to obsolete AHRSComms and SDCard related alarms. Change also disables obsolete SDCard support on the flight side of CC and PipX
|
2012-07-31 11:07:07 +09:30 |
|
James Cotton
|
9d82538a09
|
If we set FirmwareIAPObj to update on change then initial object retrieval will
force it to be fetched before emitting the autopilotConnected signal.
|
2012-07-27 16:16:16 -05:00 |
|
James Cotton
|
c587ceebfd
|
Make the mag offset nulling convergence rate come from the UAVO. When it is
set to zero nulling does not occur to allow us to still calibrate the sensors.
|
2012-07-25 11:23:27 -05:00 |
|
James Cotton
|
d1e6dcc2f0
|
First pass implementation of William Premerlani's magnetometer bias correction
|
2012-07-25 11:07:40 -05:00 |
|
Kenz Dale
|
aa5e5a9b01
|
Removed "airspeed" field from Airspeed UAVO. Now everything is done either with true airspeed or calibrated airspeed
|
2012-07-24 15:15:21 +02:00 |
|
Stacey Sheldon
|
f5db83bd20
|
Merge remote-tracking branch 'op-public/next' into revo-next
Conflicts:
flight/Libraries/inc/NMEA.h
flight/Modules/GPS/GPS.c
flight/Modules/GPS/NMEA.c
flight/Modules/GPS/UBX.c
flight/Modules/GPS/inc/NMEA.h
flight/Modules/GPS/inc/UBX.h
flight/Modules/PathPlanner/inc/pathplanner.h
flight/PiOS/STM32F10x/link_STM32103CB_PIPXTREME_sections.ld
flight/Revolution/System/inc/pios_config.h
flight/Revolution/UAVObjects.inc
flight/SimPosix/UAVObjects.inc
ground/openpilotgcs/src/plugins/hitlv2/aerosimrc/src/qdebughandler.h
ground/openpilotgcs/src/plugins/uavobjects/uavobjects.pro
shared/uavobjectdefinition/gpsvelocity.xml
|
2012-07-22 23:39:37 -04:00 |
|
James Cotton
|
93faf131b0
|
Merge branch 'next' into revo
Conflicts:
flight/Modules/GPS/GPS.c
flight/Modules/GPS/NMEA.c
flight/Modules/GPS/UBX.c
flight/Modules/GPS/inc/NMEA.h
flight/Modules/GPS/inc/UBX.h
flight/Revolution/System/inc/pios_config.h
flight/Revolution/UAVObjects.inc
ground/openpilotgcs/src/plugins/uavobjects/uavobjects.pro
ground/openpilotgcs/src/plugins/waypointeditor/waypointeditorplugin.h
shared/uavobjectdefinition/gpsvelocity.xml
|
2012-07-22 00:43:19 -05:00 |
|
James Cotton
|
5649813c2b
|
Make sure to always compare BiasCorrectedRaw against its enum. Also reversed
the order of TRUE,FALSE in the definition to make it safer anyway.
|
2012-07-21 17:24:58 -05:00 |
|
Stacey Sheldon
|
eafd525323
|
Merge remote-tracking branch 'origin/D-Lite/ubx-parser-next' into next
|
2012-07-21 14:22:10 -04:00 |
|
Kenz Dale
|
1d976b3095
|
dded support for multiple airspeed sources. Added GPS airspeed estimation. Extended BaroAirspeed UAVO. Added new AirspeedSettings UAVO.
|
2012-07-20 13:08:54 +02:00 |
|
Werner Backes
|
b6ebee403d
|
Removed reference to AHRSCommsModule
|
2012-07-19 20:48:35 +02:00 |
|
James Cotton
|
7492d34d25
|
Merge branch 'overo_control' into revo
|
2012-07-19 08:35:39 -05:00 |
|
James Cotton
|
4306afa841
|
Update the module and overosyncstats to track buffer underruns
|
2012-07-17 17:21:51 -05:00 |
|
James Cotton
|
9c91436428
|
Clean up some cruft from Overo module and add a packet counter
|
2012-07-17 16:17:56 -05:00 |
|
James Cotton
|
bc075c5d2c
|
Only schedule overo packets on the NSS line rising to avoid the frame sync
errors we were seeing previously
|
2012-07-17 11:45:45 -05:00 |
|
James Cotton
|
6b101d71af
|
Merge remote-tracking branch 'origin/Brian-PipXtreme-V2' into revo
|
2012-07-15 12:32:35 -05:00 |
|
James Cotton
|
7bddf2a988
|
Correct default value for overo sync settings
|
2012-07-14 17:38:49 -05:00 |
|
James Cotton
|
5f337afb36
|
Add a setting to determine when the overo module logs
|
2012-07-14 09:21:38 -05:00 |
|
James Cotton
|
9eee4f1bc7
|
Made OverSynce an optional module.
Conflicts:
shared/uavobjectdefinition/hwsettings.xml
|
2012-07-14 09:07:22 -05:00 |
|
James Cotton
|
d150fd5331
|
Merge branch 'next' into revo
Conflicts:
flight/Modules/ManualControl/manualcontrol.c
ground/openpilotgcs/src/plugins/config/input.ui
ground/openpilotgcs/src/plugins/uavtalk/telemetry.cpp
shared/uavobjectdefinition/manualcontrolsettings.xml
|
2012-07-13 10:40:14 -05:00 |
|
Brian Webb
|
3fabdb9963
|
Fixed conflicted merge with origin/next.
|
2012-07-11 19:25:05 -07:00 |
|
Werner Backes
|
0a7fa8dc5f
|
Revert "Removed ECEF and RNE flields to be compatible with Revo"
This reverts commit feb063dda709f40466ce9a50ec35cf62e199c17f.
|
2012-07-10 23:06:42 +02:00 |
|
Werner Backes
|
feb063dda7
|
Removed ECEF and RNE flields to be compatible with Revo
|
2012-07-10 16:40:58 +02:00 |
|
Werner Backes
|
19a9cd03c2
|
Introduced GPSVelocity UAVObject
Conflicts:
ground/openpilotgcs/src/plugins/uavobjects/uavobjects.pro
|
2012-07-10 16:23:10 +02:00 |
|
Werner Backes
|
94b610c882
|
Added missing gpssettings.xml
|
2012-07-10 11:01:42 +02:00 |
|
PT_Dreamer
|
f6e4318c2a
|
GCS- Don't add category to object definition yet.
|
2012-07-09 15:21:20 +01:00 |
|
PT_Dreamer
|
58a9e9a6f7
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
|
2012-07-09 15:07:47 +01:00 |
|
Stacey Sheldon
|
54a161a3d4
|
Merge remote-tracking branch 'op-public/next' into revo-next
Conflicts:
shared/uavobjectdefinition/manualcontrolsettings.xml
|
2012-07-08 18:14:09 -04:00 |
|
Laura Sebesta
|
cfb8e72679
|
Improved battery module to fully support regeneration. Fixed bug in builtin battery module. Improved ADC routing names.
|
2012-07-08 23:13:05 +02:00 |
|
Laura Sebesta
|
a98991d8a1
|
Created ADC routing UAVO. This allows to direct ADC inputs to various modules.
Tested and works on FlightBattery, currently the only module using the ADC.
|
2012-07-08 13:16:05 +02:00 |
|
Stacey Sheldon
|
8651132b5a
|
systemsettings: default airframe is now QuadX
|
2012-07-07 15:42:31 -04:00 |
|
Laura Sebesta
|
54f3fbf226
|
Made OverSynce an optional module.
|
2012-07-07 11:53:58 +02:00 |
|
Brian Webb
|
10e52b31c5
|
Added the ability on the PipX to specify if a comport is used to connect to the GCS (ground side), so it will receive status, etc, or UAVTalk (flight side). The data passing in RadioComBridge was also made more uniform, which allows for easier reconfiguration.
|
2012-06-30 10:06:28 -07:00 |
|
James Cotton
|
04e784edc7
|
Make pathdesired update on change with throttling to avoid slamming telemetry
in position hold mode.
|
2012-06-26 11:57:11 +03:00 |
|