Lorenz Meier
9fb46a100d
More usability improvements
12 years ago
Lorenz Meier
32dfbd993f
More usability improvements
12 years ago
Lorenz Meier
4564e11a6c
Readability fixes
12 years ago
Lorenz Meier
da66c5a85d
Improved visual quality
12 years ago
Lorenz Meier
304b399996
Merge pull request #258 from Susurrus/rc_crash_fix
...
Fixed crash in QGCRemoteControlView.cc.
12 years ago
Bryant
7a463f4fea
Fixed crash in QGCRemoteControlView.cc when a UAV is connected, but not RADIO_CONTROL packet has been received.
12 years ago
Lorenz Meier
4019d95a36
Merge branch 'master' of github.com:mavlink/qgroundcontrol
12 years ago
Lorenz Meier
fb8595999f
Fixed state HIL, fixed sensor HIL XPlane x direction velocity vector
12 years ago
Lorenz Meier
173c6eff40
Merge pull request #257 from thomasgubler/hotfix
...
hotfix: fix small compilation error
12 years ago
Thomas Gubler
44566c18ce
hotfix: fix small compilation error
12 years ago
Lorenz Meier
fd14bf8d58
Attempt to preven RC widget issues
12 years ago
Lorenz Meier
ec4cfb8ee9
Fixed reference to invalid pointer
12 years ago
Lorenz Meier
79c67f2e4a
Bugfixed HIL
12 years ago
Lorenz Meier
66824594ad
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
48fe4cecc3
Cleanup on state HIL
12 years ago
Lorenz Meier
d4db727b38
Small settings loading fix
12 years ago
Lorenz Meier
5f322e475b
Small runtime fixes
12 years ago
Lorenz Meier
18511a9355
Made sensor HIL configurable, fixed runtime warnings, WIP
12 years ago
Lorenz Meier
0c9de33ce7
Overhauled activity selection and logfile replay options
12 years ago
Lorenz Meier
55d7b98f45
Merge branch 'master' of github.com:mavlink/qgroundcontrol
12 years ago
Lorenz Meier
f8eddb6d91
Fixed a bunch of smaller HIL issues, GPS COG is now correct
12 years ago
Lorenz Meier
6afad8ecb9
Small code/docs cleanup in XPlane sim link
12 years ago
Lorenz Meier
dbe01ec3f3
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
0047d46b39
Minor modifications to sim value display, not optimal yet
12 years ago
Lorenz Meier
11006e551d
Fixed up first version of sensor level HIL, needs more validation, but operational
12 years ago
Lorenz Meier
2e625497ec
Simplified link creation / connection a bit
12 years ago
Lorenz Meier
3deb2c26da
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
42e630ebf3
Fixed up logplayer button
12 years ago
Lorenz Meier
2375b7cbbb
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
09f892f1f2
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
69ef65c72a
Merge pull request #246 from cehberlin/master
...
Save and store last log file directory
12 years ago
Lorenz Meier
f162715828
Fixed typo
12 years ago
Christopher Hrabia
72e70e1923
Store directory where the last log file was stored
...
and reuse it when loading or saving new log files
12 years ago
Lorenz Meier
e784c17ea1
Ask mavlink app to start on PX4 boards if connected via NSH
12 years ago
Lorenz Meier
16558d7004
Icon fixes, HSI shows satellites correctly rotated
12 years ago
Lorenz Meier
8b5026a73a
Build fix
12 years ago
Lorenz Meier
c67c91a785
silenced settings load
12 years ago
Lorenz Meier
e0534e82bb
Better differentiation between estimator position and raw GPS
12 years ago
Lorenz Meier
93a465fca3
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
21bfa9e593
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
3935c5494d
Merge pull request #244 from cehberlin/master
...
Fix/Revert problematic logfile structure changes
12 years ago
Christopher Hrabia
50c36bb59f
Revert last change on new logfile structure and added nulling of buffer.
...
The reason for this is, because the last change in the file structure is buggy, it was only written the message length of the buffer to the file and missed to add the length for the timestamp.
For fixing this problem it would be possible to insert something like
len += sizeof(quint64);
after:
int len = mavlink_msg_to_send_buffer(buf+sizeof(quint64), &message);
But I think a consistent file structure has more adavatages for a logfile over a more compressed structure.
E.g. it would be necessary to go through all packages to proceed a jump during a replay.
Additional the LogPlayer was not updated during the last 7 month since the logfile structure was changed (even it was buggy)...
If filesize is really a problem I would recommend to change the logfile handling in a way of writting a temporary consistend
logfile and compress it afterwards (QCompress) like done by many programs
12 years ago
Lorenz Meier
2f2406a52d
Expanded fields changed flags
12 years ago
Lorenz Meier
d18ea79afb
Merge branch 'sensor_hil' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
b6076325df
Merge branch 'master' of github.com:mavlink/qgroundcontrol into sensor_hil
12 years ago
Lorenz Meier
965cd4e68c
Tiny typo fixes in HIL
12 years ago
Lorenz Meier
8df3fa95df
Finished sensor HIL, pending testing
12 years ago
Lorenz Meier
8f4e2c4ec5
Merge branch 'master' of github.com:mavlink/qgroundcontrol
12 years ago
Lorenz Meier
4656a8eda8
Potential Linux start fix
12 years ago
Lorenz Meier
0ab36f36a7
Working on sensor HIL
12 years ago