Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Sep 27, 2024
1 parent 4929cd1 commit 7c46fa9
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 2 deletions.
3 changes: 3 additions & 0 deletions flexbe_behavior_engine/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package flexbe_behavior_engine
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
10 changes: 10 additions & 0 deletions flexbe_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package flexbe_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up
* exception inside concurrency will get re-thrown to preempt behavior
* report all states in deep_states including containers and finished states
* re-request outcome on sync request
* notify skipped for containers
* remove some stray spam;
* use jazzy test and increase some loop timings in tests due to intermittent test failure

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
5 changes: 5 additions & 0 deletions flexbe_input/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package flexbe_input
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up
* fix typo in input_action_server

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
7 changes: 7 additions & 0 deletions flexbe_mirror/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package flexbe_mirror
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up
* report all states in deep_states including containers and finished states
* re-request outcome on sync request
* notify skipped for containers

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
4 changes: 2 additions & 2 deletions flexbe_mirror/flexbe_mirror/flexbe_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self):
self._timing_event = threading.Event() # Used for wait timer

# Keep track of mirror thread status
# starting one while other is stoppin is valid,
# starting one while other is stopping is valid,
# but only one thread should be running at a time
self._starting = False
self._running = False
Expand All @@ -103,7 +103,7 @@ def __init__(self):
self._system_clock = Clock()
self._active_thread_start = None

# set up proxys for sm <--> GUI communication
# set up proxies for sm <--> GUI communication
# publish topics
self._heartbeat_pub = self.create_publisher(Int32, Topics._MIRROR_HEARTBEAT_TOPIC, 2)
latching_qos = QoSProfile(depth=1, durability=QoSDurabilityPolicy.TRANSIENT_LOCAL)
Expand Down
4 changes: 4 additions & 0 deletions flexbe_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package flexbe_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
8 changes: 8 additions & 0 deletions flexbe_onboard/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package flexbe_onboard
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up
* rename to flexbe_status_listener with heartbeat and sync updates
* use latched state_map topic
* remove some stray spam
* use jazzy test and increase some loop timings in tests due to intermittent test failure

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
4 changes: 4 additions & 0 deletions flexbe_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package flexbe_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
3 changes: 3 additions & 0 deletions flexbe_testing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package flexbe_testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down
6 changes: 6 additions & 0 deletions flexbe_widget/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package flexbe_widget
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* codespell clean up
* rename to flexbe_status_listener with heartbeat and sync updates
* use latched state_map topic

4.0.0 (2024-08-24)
------------------
* Version 4.0.0 release using state_id for communication
Expand Down

0 comments on commit 7c46fa9

Please sign in to comment.