Lorenz Meier
c9b53416d1
Moved audio output out of UI widget
11 years ago
Thomas Gubler
002811e80d
use new attitude externel sp message
11 years ago
Helen Oleynikova
f3bd145241
Clean-up for video transmission.
11 years ago
Helen Oleynikova
4b34688a42
Fixed video transmission.
11 years ago
Don Gagne
d9bc4cb2bb
Better timeout handling
11 years ago
Lorenz Meier
e7d2ab27ae
Merged with master, fixed compile error
11 years ago
Don Gagne
84cd97cab8
Changed FTP to tree view
...
Also added selection from tree view for downloading
11 years ago
Don Gagne
d2c3e365a9
Switch to kErrEOF style read loop handling
11 years ago
Don Gagne
e2e246fe5d
Support for Open/Read/Terminate FTP commands
...
Also modified protocol to better support eof’s on list and read
commands.
11 years ago
Don Gagne
f12c0bf325
Add support for FTP open/read commands
11 years ago
Lorenz Meier
30b9072d17
Warning fix
11 years ago
Lorenz Meier
61be911716
Fixed unused param warnings
11 years ago
Don Gagne
3f85733946
Fix image packet code
...
These changes prevent random encapsulated data packets as being thought
to be images.
11 years ago
Don Gagne
e2ce56dc05
List command is now fully working
...
Also changes for Ack timeouts and unit testing
11 years ago
Bryant Mairs
f96c178ca6
QString::toAscii() doesn't exist in Qt5, using toLatin1() instead.
11 years ago
Julian Oes
5ca377c329
Revert "UAS: send position not velocity"
...
This reverts commit 5e2881ce62
.
11 years ago
Julian Oes
5e2881ce62
UAS: send position not velocity
11 years ago
Lorenz Meier
2e4ac6be5e
Add RC channel handling
11 years ago
Julian Oes
ce4ca5984a
UAS: send swarm messages instead of manual control
11 years ago
Julian Oes
7ebebf7b15
UAS: always send offboard control for now
11 years ago
Lorenz Meier
b7f495b178
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
11 years ago
Lorenz Meier
a6fae6b539
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
11 years ago
Don Gagne
38a6fe81d8
Fix warnings
11 years ago
Lorenz Meier
b61b0601ff
Prevent the system from sending a stop HIL command if HIL is not actually active
11 years ago
Lorenz Meier
1db7551f8b
Prevent the system from sending a stop HIL command if HIL is not actually active
11 years ago
Bryant Mairs
7be19f2bc3
Reduced size of datatypes involved with JoystickInput class.
...
Most math and backend storage was floats anyways, so most of these changes just half the data copied during function calls without reducing precision.
11 years ago
Bryant Mairs
bbeb00e305
Alter UAS.cc so that it transmits MANUAL_CONTROL messages at 5Hz when no inputs have changed.
...
Otherwise MANUAL_CONTROL messages are still sent at the regular 50Hz. This reduces transmission bandwidth from 0.9kbps when the joystick is used continuously to 0.1kbps when it's idle.
To prevent possible issues from the last high-bandwidth message being lost and the system then not responding for .1s, the last messsage is double-transmit which should prevent those issues.
11 years ago
Thomas Gubler
38485a5724
Don't read out seconds since last connection on connection regain
11 years ago
Bryant Mairs
69aa348de0
Replaced hard-coded severity values with proper MAV_SEVERITY_* macros.
11 years ago
none
b943c49492
decode errors in list mode
11 years ago
Lorenz Meier
4d85f0b5ec
Hook up receiving messages path
11 years ago
none
914eeb9574
Add some debugging to try to work out where our messages are...
11 years ago
none
85e138a971
remote file listing
11 years ago
Lorenz Meier
e5ea25d800
Added support to clear status areas with <emit resetStatusMessages();>
11 years ago
Thomas Gubler
8b952da449
use correct severity level for waypoint reached event
11 years ago
Lorenz Meier
96ef0dad4a
Be more forgiving about component IDs, but warn developers. Do *not* translate developer debug messages (they would show up in the translation tool). Anyone without sufficient command of the english language will have a hard time contributing or debugging this application and we should not entangle the poor translators in this.
11 years ago
Don Gagne
f83b07b27b
Fix constructor ordering warnings
11 years ago
Lorenz Meier
6ba529958d
Threading fixes
11 years ago
Lorenz Meier
faab2eb21f
threading fixes, still wip in some aspects
11 years ago
Lorenz Meier
ebdd072e57
Fix up threading of UAS object, WIP
11 years ago
Lorenz Meier
2d8796a92a
UAS threading improvements
11 years ago
Bryant Mairs
66e2638cb6
Moved some more user-facing UI strings into translation calls.
11 years ago
Bryant Mairs
286141714e
Set debug messages for rejected waypoint messages to specify which message was rejected.
11 years ago
Bryant Mairs
faca8fb0b8
Added a timestamp to when the mission list was last updated.
...
This code previously existed, but wasn't always triggered. Now it should be.
11 years ago
Bryant Mairs
265eac9783
Output clearer errors to the user if the UAS reports an error when sending missions.
...
Also these messages are now all translated.
11 years ago
Lorenz Meier
bc23c2db16
UAS: Add braces for logic operators
11 years ago
Lorenz Meier
d5715d5c81
UAS Manager: do not link home positions
11 years ago
Lorenz Meier
aa7b4b459e
Fix up waypoint handling to not flicker on current WP change state
11 years ago
Lorenz Meier
5b3e8eb2a0
More cleanup on threading
11 years ago
Anton Babushkin
06b8ce6da6
PX4 modes names updated
11 years ago