Regardless of the agent and the distance from the source radio, the goto command fails to receive an ACK_MSG.
To Reproduce
Steps to reproduce the behavior:
Execute the examples/goto.py script
Expected behavior
The examples/goto.py script should be able to successfully execute and acknowledge the goto command.
Stack Traceback
N/A
Project Version
v0.1.0
Desktop
The GCS is an XPS 13 with Ubuntu 20.04 native. The command was executed inside of the development container.
Additional context
The goto command may not receive a message acknowledgement through the ACK_MSG message. If this is the case, it may be necessary to identify an alternative acknowledgement method.
Describe the bug
Regardless of the agent and the distance from the source radio, the
goto
command fails to receive anACK_MSG
.To Reproduce
Steps to reproduce the behavior:
examples/goto.py
scriptExpected behavior
The
examples/goto.py
script should be able to successfully execute and acknowledge thegoto
command.Stack Traceback
N/A
Project Version
v0.1.0
Desktop
The GCS is an XPS 13 with Ubuntu 20.04 native. The command was executed inside of the development container.
Additional context
The
goto
command may not receive a message acknowledgement through theACK_MSG
message. If this is the case, it may be necessary to identify an alternative acknowledgement method.