Skip to content

Commit

Permalink
Fixed mission acknowledgement failure (#124)
Browse files Browse the repository at this point in the history
* Fixed acknowledgement packet type for goto commands

* Fixed envlist error in tox

* Updated changelog and version number
  • Loading branch information
evan-palmer authored Sep 10, 2022
1 parent da840f8 commit ecc0cf9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ utilizes `Semantic Versioning`_ for project versioning.

.. _Semantic Versioning: https://semver.org/

[v1.1.1] - 2022-09-09
---------------------

Fixed
^^^^^

- Acknowledgement failure when sending navigation commands (e.g., waypoints) `PR #124`_

.. _PR #124: https://github.com/unl-nimbus-lab/pymavswarm/pull/124


[v1.1.0] - 2022-09-04
---------------------

Expand All @@ -17,6 +28,7 @@ Added

.. _PR #118: https://github.com/unl-nimbus-lab/pymavswarm/pull/118


[v1.0.0] - 2022-08-13
---------------------

Expand Down
1 change: 1 addition & 0 deletions pymavswarm/mavswarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,7 @@ def executor(agent_id: AgentID) -> None:
retry,
message_timeout,
ack_timeout,
ack_packet_type="MISSION_ACK",
)

def handle_collision(
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pymavswarm
version = 1.1.0
version = 1.1.1
description = Python library used to communicate with multiple UAS simultaneously using MAVLink
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ isolated_build = True
envlist =
lint
coverage-report
py310

[gh-actions]
python =
Expand Down

0 comments on commit ecc0cf9

Please sign in to comment.