Don Gagne
|
9e38f8ca84
|
Moved qRegisterMetaType calls to main
Also commented out noisy serial link error output
|
11 years ago |
Don Gagne
|
8b4a3854b2
|
Missing const
|
11 years ago |
Don Gagne
|
0320b5306b
|
Silence some queued signal warnings
|
11 years ago |
Don Gagne
|
4790d5137a
|
Fixed comment typo
|
11 years ago |
Don Gagne
|
16f63bfb65
|
Added comment for sensor selection
|
11 years ago |
Don Gagne
|
656e153fce
|
Issue 535 fix
|
11 years ago |
Don Gagne
|
3d5c119d55
|
Final Warnings fixed plus Warnings as Errors turned on
|
11 years ago |
Julian Oes
|
ecc4f1dd6f
|
No need to stop mavlink no more
|
11 years ago |
Thomas Gubler
|
87594174f8
|
flightgear: add configurable barometer offset
|
11 years ago |
Lorenz Meier
|
27059629d2
|
Fixed wrong location of offset constant
|
11 years ago |
Lorenz Meier
|
f48b6c3bf8
|
Added 2 kPA offset to pressure measurements to get HIL closer to real conditions
|
11 years ago |
Thomas Gubler
|
14e76cf217
|
add missing semicolon for windows build
|
11 years ago |
Don Gagne
|
20f9040b42
|
Fix possible ununitialized but used variables
|
11 years ago |
Don Gagne
|
017e564af2
|
Fix double->float truncations
|
11 years ago |
Don Gagne
|
b878d1f327
|
These are all unused variable or parameter warning fixes
|
11 years ago |
Thomas Gubler
|
b73b1506ac
|
flightgear HIL: also use default Scenery directory besides terrasync
Conflicts:
src/comm/QGCFlightGearLink.cc
|
11 years ago |
Don Gagne
|
c9cdc4649d
|
-Wreorder fixes
|
11 years ago |
Don Gagne
|
46b2918584
|
Fix -Wsign-compare and -Wtype-limits
|
11 years ago |
Don Gagne
|
06c36b8b30
|
ind_airspeed used uninitialized when _sensorHilEnabled == false
Fixing -Wuninitialized
|
11 years ago |
Thomas Gubler
|
0c985a679d
|
flightgear: add comment about missing altitude setting
|
11 years ago |
Thomas Gubler
|
3179014011
|
flightgear: prevent aircraft from flying with no input
|
11 years ago |
Thomas Gubler
|
7d46491074
|
flightgear debug output
|
11 years ago |
Don Gagne
|
f00d8adf3d
|
Missing EOF newlines
|
11 years ago |
Don Gagne
|
7b5ffc31cd
|
Cleanup of TCPLink from unit test findings
|
11 years ago |
Don Gagne
|
761fef9548
|
Cleanup of TCPLink from unit test findings
|
11 years ago |
Bryant Mairs
|
0558263616
|
Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes.
|
12 years ago |
Bryant Mairs
|
f80968c575
|
Removed some unused debugging code from QGCXPlaneLink.
|
12 years ago |
Bryant Mairs
|
c4db113de3
|
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
|
12 years ago |
Bryant Mairs
|
144ef96579
|
Removed various bits of dead code.
|
12 years ago |
Anton Babushkin
|
b9d8484fbe
|
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
|
12 years ago |
Don Gagne
|
bfe8684e2b
|
Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
|
12 years ago |
Don Gagne
|
db465d5a2c
|
Final TCP link support
|
12 years ago |
Don Gagne
|
d9fe006905
|
Initial TCP support
|
12 years ago |
Lorenz Meier
|
74ee8c7cb6
|
Fixed scaling of differential pressure for XPlane link
|
12 years ago |
Lorenz Meier
|
d36eca90e9
|
Added ping reply patch by Paul Chavent
|
12 years ago |
Thomas Gubler
|
126b51bed5
|
fw hil: fixed indentation
|
12 years ago |
Thomas Gubler
|
45c61a29bb
|
flightgear hil: correct scaling of pressure for mavlink message and remove indicated airspeed from flightgear protocol, commit requires flightgear protocol update
|
12 years ago |
Thomas Gubler
|
e390874c55
|
wip, arducopter hil model and protocol
|
12 years ago |
Lorenz Meier
|
b82d37f818
|
Cleanup of airframe config, removed debug line
|
12 years ago |
Thomas Gubler
|
b73c911670
|
Flightgear sensor HIL
|
12 years ago |
Hyon Lim (Retina)
|
943391db9c
|
Motor order has been determined
|
12 years ago |
Hyon Lim (Retina)
|
8b1f5624cd
|
There was an HILS bug that bypass raw RC signal (range from 900 to around 2000) to XPlane.
This commit disabled RC RAW signal callback.
|
12 years ago |
akistanov
|
46b5453cbd
|
fix windows build
|
12 years ago |
Lorenz Meier
|
a5fb558a8c
|
Allow higher error count
|
12 years ago |
tstellanova
|
08ed1b26bf
|
clean references and update version number
|
12 years ago |
Lorenz Meier
|
d55937a1c8
|
Another cleanup round
|
12 years ago |
Lorenz Meier
|
107d7167f2
|
Fixed race issues in config upload, tested to be reliable now - board startup scripts now need the other half of testing
|
12 years ago |
Anton Babushkin
|
f87953f077
|
Indicate AUTO submodes.
|
12 years ago |
tstellanova
|
f5e0d9e29d
|
reduce debug log noise
|
12 years ago |
Lorenz Meier
|
995cf20fe2
|
Config improvements, added firmware upload capability
|
12 years ago |