Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Mar 9, 2024
1 parent 9b86baf commit f553e7c
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 8 deletions.
4 changes: 4 additions & 0 deletions flex_nav_behaviors/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package flex_nav_behaviors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------
* updates for ROS 2 Iron

1.1.0 (2023-07-14)
------------------
* flake8, pylint, cpplint, copyright cleanup
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_behaviors/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flex_nav_behaviors</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>

The flex_nav package is largely based on <a href="https://navigation.ros.org/">navigation2</a>
Expand Down
3 changes: 3 additions & 0 deletions flex_nav_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package flex_nav_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------

1.1.0 (2023-07-14)
------------------
* flake8, pylint, cpplint, copyright cleanup
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>flex_nav_common</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>

The flex_nav package is largely based on <a href="https://navigation.ros.org/">navigation2</a>
Expand Down
4 changes: 4 additions & 0 deletions flex_nav_controllers/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package flex_nav_controllers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------
* updates for ROS 2 Iron

1.1.0 (2023-07-14)
------------------
* flake8, pylint, cpplint, copyright cleanup
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flex_nav_controllers</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>

The flex_nav_controllers package is largely based on <a href="https://navigation.ros.org/">navigation2</a>
Expand Down
6 changes: 6 additions & 0 deletions flex_nav_flexbe_states/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package flex_nav_flexbe_states
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------
* flake8, pycodestyle cleanup
* updates for ROS 2 Iron
* add smooth path action state

1.1.0 (2023-07-14)
------------------
* flake8, pylint, cpplint, copyright cleanup
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_flexbe_states/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flex_nav_flexbe_states</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>
flex_nav_flexbe_states provides a collection of FlexBE states used for robot navigation
</description>
Expand Down
5 changes: 5 additions & 0 deletions flex_nav_planners/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package flex_nav_planners
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------
* updates for ROS 2 Iron
* add smooth path action state

1.1.0 (2023-07-14)
------------------
* Add smoother to planner nodes based on Nav2 simple smoother, but without external subscription; clean up
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_planners/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flex_nav_planners</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>

The flex_nav package is largely based on <a href="https://navigation.ros.org/">navigation2</a>
Expand Down
3 changes: 3 additions & 0 deletions flex_nav_pure_pursuit/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package flex_nav_pure_pursuit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------

1.1.0 (2023-07-14)
------------------
* update pure pursuit python with transform handling; stop on failed
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_pure_pursuit/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flex_nav_pure_pursuit</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>Implements Pure Pursuit algorithm to be used for following a path</description>
<author>Justin Willis</author>
<author email="[email protected]">Joshua Zutell</author>
Expand Down
2 changes: 1 addition & 1 deletion flex_nav_pure_pursuit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=PACKAGE_NAME,
version='1.1.0',
version='1.1.1',
packages=[PACKAGE_NAME],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions flexible_navigation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package flexible_navigation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.1 (2024-03-09)
------------------

1.1.0 (2023-07-14)
------------------
* flake8, pylint, cpplint, copyright cleanup
Expand Down
2 changes: 1 addition & 1 deletion flexible_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>flexible_navigation</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>
Flexible Navigation is a rework of the ROS Navigation stack into independent modules that
interface with FlexBE (http://wiki.ros.org/flexbe) compatible state implementations.
Expand Down

0 comments on commit f553e7c

Please sign in to comment.