Werner Backes
|
80b6757ea6
|
Don't use I-term in the VtolPathFollower's position control loop for now.
See OP-1483 for why it's considered not to work as expected.
|
2014-09-14 15:39:13 +02:00 |
|
Corvus Corax
|
4a19f98c95
|
OP-1156 hotfix in pathfollower code - use correct VerticalPosPI.Ki and ILimit + uavobject typo
|
2014-09-06 13:51:30 +02:00 |
|
Corvus Corax
|
b64326208e
|
Merge branch 'next' into corvuscorax/OP-1456_struct_to_array_improvement
|
2014-08-31 18:43:48 +02:00 |
|
Philippe Renon
|
575e89f1a1
|
OP-1319 fixed minor spelling mistake in firmware code
|
2014-08-30 18:09:23 +02:00 |
|
Alessio Morale
|
f69e476ed3
|
Merge branch 'amorale/OP-1452_comusbbridge_improvements' into next
|
2014-08-29 20:25:29 +02:00 |
|
Fredrik Larson
|
35a6807e63
|
Merge branch 'txpid_typo' into next
|
2014-08-24 10:23:14 +10:00 |
|
Laurent Lalanne
|
ccb97f014c
|
OP-1241 TxPID_Bank3 : Similar bug while GET data from bank
|
2014-08-24 02:15:24 +02:00 |
|
Corvus Corax
|
6faf1a73ac
|
OP-1456 get rid of cast_struct_to_array because it is error prone!
|
2014-08-24 00:16:34 +02:00 |
|
Corvus Corax
|
e7aa12be94
|
Merge remote-tracking branch 'origin/corvuscorax/OP-1454_weakleveling-hotfix' into next
|
2014-08-23 15:25:24 +02:00 |
|
Corvus Corax
|
c5e0e58e6a
|
OP-1454 - fix weak leveling bug
|
2014-08-22 22:42:12 +02:00 |
|
Alessio Morale
|
bb085ddab9
|
OP-1452 - Auto enable COMBridge module if a port is configured as ComBridge
|
2014-08-21 11:43:36 +02:00 |
|
Alessio Morale
|
8940b7a50b
|
OP-1452 - Apply ComBridge port speed change without rebooting
|
2014-08-21 11:42:29 +02:00 |
|
Corvus Corax
|
4653c77296
|
OP-1156 removed old pathfollower implementations
|
2014-08-20 17:00:50 +02:00 |
|
Corvus Corax
|
1540fe0716
|
OP-1156 cleaned up updateAutoPilotVtol() function
|
2014-08-20 16:02:48 +02:00 |
|
Corvus Corax
|
70460e593e
|
OP-1156 fixes as suggested per review
|
2014-08-20 15:29:29 +02:00 |
|
Corvus Corax
|
760ae118e9
|
OP-1156 changed yaw math from interval [0..360] to [-180..180]
|
2014-08-16 20:48:56 +02:00 |
|
Corvus Corax
|
8daa5dfa12
|
Merge branch 'next' into corvuscorax/OP-1156_pathfollower-unification
|
2014-08-16 13:58:40 +02:00 |
|
Corvus Corax
|
915c24c8b6
|
OP-1156 changed PID control loops to use generic pid library, readded unnecessary integral and derivative terms to vtolpathfollower
|
2014-08-15 21:00:48 +02:00 |
|
Corvus Corax
|
b1675a2804
|
OP-1156 added vtolpathfollower velocity limits to attitude control
|
2014-08-15 19:23:41 +02:00 |
|
Corvus Corax
|
b562fcb02e
|
OP-1156 fix path logic to not deviate from correct altitude too much
|
2014-08-15 17:56:57 +02:00 |
|
Alessio Morale
|
5dbbda3adc
|
Merge remote-tracking branch 'origin/amorale/OP-1404_ublox_pvt_support' into next
|
2014-08-13 15:27:10 +02:00 |
|
Corvus Corax
|
09e8b38407
|
OP-1156 fixed EmergencyFlyaway detection algorithm
|
2014-08-12 19:12:05 +02:00 |
|
Corvus Corax
|
56e4127bca
|
OP-1156: add path_direction as a source for yaw as suggested by Werner :)
|
2014-08-12 18:18:07 +02:00 |
|
Corvus Corax
|
ea4e7962a6
|
OP-1156 fixed wrong callback ID assignment for pathfollower callback diagnostics
|
2014-08-10 21:17:55 +02:00 |
|
Corvus Corax
|
8944419b0f
|
OP-1156 refactored pathfollower - new unified module as delayed callback - compiles but untested
|
2014-08-10 19:41:40 +02:00 |
|
Corvus Corax
|
a3d18bb578
|
Merge remote-tracking branch 'origin/D-Lite/PathFollowerImprovements' into corvuscorax/OP-1156_pathfollower-unification
|
2014-08-10 13:53:52 +02:00 |
|
Corvus Corax
|
ca1923f76f
|
OP-1156: Added new (stub template) pathFollower Module as well as builkd environment changes to compile it instead of old pathfollowers
|
2014-08-10 12:50:38 +02:00 |
|
Stefan Karlsson
|
454d491e48
|
Merge branch 'next' into skarlsso/OP-1397_add_responsiveness_to_txpid
Conflicts:
ground/openpilotgcs/src/plugins/config/configtxpidwidget.cpp
ground/openpilotgcs/src/plugins/config/configtxpidwidget.h
|
2014-08-10 10:06:44 +02:00 |
|
Alessio Morale
|
1158c70a46
|
OP-1404 - minor cleanup, removed some duplicated code
|
2014-08-09 12:49:21 +02:00 |
|
Alessio Morale
|
2932045e3d
|
OP-1404 Fix NMEA data parsing for GSV
|
2014-08-09 12:04:25 +02:00 |
|
Corvus Corax
|
c5fae5ee84
|
Merge branch 'next' into andrecillo/OP-1317_IMU_wind_estimation
|
2014-08-09 10:43:48 +02:00 |
|
Alessio Morale
|
a18009e875
|
OP-1429 Change datatype for elevation and azimuth respectively to int8 and int16.
|
2014-08-06 12:55:07 +02:00 |
|
Alessio Morale
|
d04d630273
|
OP-1404 fix include file path
|
2014-08-05 17:25:28 +02:00 |
|
Alessio Morale
|
23d2368984
|
OP-1404 Fix nav-pvt.pdop data type
|
2014-08-05 16:50:38 +02:00 |
|
Alessio Morale
|
ea63def1c8
|
OP-1404 fix compilation with PIOS_GPS_MINIMAL, fix some copy/pastem madness
|
2014-08-04 18:17:01 +02:00 |
|
Alessio Morale
|
240eb8e573
|
OP-1404 - Prevent mixing pvt and other sentence solution data. use PDOP from pvt
|
2014-08-04 17:56:28 +02:00 |
|
Alessio Morale
|
d3569927a0
|
OP-1404 fix unit scaling for pvt, use check_msgtracker,
|
2014-08-04 11:04:35 +02:00 |
|
Alessio Morale
|
6f4b1d5c03
|
OP-1404 uncrustify
|
2014-08-03 15:27:30 +02:00 |
|
Alessio Morale
|
c68dd3c00e
|
OP-1404 - PVT will provide SOL+VELNED+POSLLH+Time. DOP will provide all dop values
|
2014-08-03 15:04:40 +02:00 |
|
Alessio Morale
|
1dd05c24cc
|
OP-1404 - Fix compilation with PIOS_GPS_MINIMAL defined
|
2014-08-03 12:50:42 +02:00 |
|
Alessio Morale
|
0976fb6e1b
|
OP-1404 - Add support for UBlox PVT sentence
|
2014-08-03 12:50:21 +02:00 |
|
Alessio Morale
|
016ba6940d
|
OP-1403 - drop attitude/revolution as it has been supersede by StateEstimation module
|
2014-08-02 20:48:56 +02:00 |
|
Alessio Morale
|
d856bbdb50
|
OP-1403 - Update targets
|
2014-08-02 20:48:48 +02:00 |
|
Alessio Morale
|
57a43a5587
|
OP-1403 - Migrate to new HMC5x83 driver and remove old HMC5883 one
|
2014-08-02 20:48:34 +02:00 |
|
Stefan Karlsson
|
7f344da977
|
OP-1397 Round to instead of floor to uint8_t values in txpid.c
|
2014-08-01 14:51:39 +02:00 |
|
Stefan Karlsson
|
a7ee6fa764
|
OP-1397 Add initial support for rate mode response (deg/s)
|
2014-07-30 23:49:56 +02:00 |
|
Stefan Karlsson
|
2113e1a2e1
|
OP-1397 Add initial support for attitude mode response (deg)
|
2014-07-30 23:48:55 +02:00 |
|
Werner Backes
|
065ba1a0c8
|
Adds a 3D mode to path_vector. This allows vertical path segments without
position changes. PathStatus now also contains correction_direction and
path_direction to make path following behaviour more transparent.
|
2014-07-29 13:16:47 +02:00 |
|
Werner Backes
|
3e2961420d
|
Add a 3D mode to path_endpoint. This allows FlyDirect waypoints to do
vertical movements without changing position.
|
2014-07-29 13:16:39 +02:00 |
|
Corvus Corax
|
5edb2dbae3
|
Merge branch 'andrecillo/OP-1317_IMU_wind_estimation' into corvuscorax/OP-1317_IMU_wind_estimation
|
2014-07-26 17:01:03 +02:00 |
|