-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Collin
committed
Jul 14, 2023
1 parent
1607649
commit 5a31548
Showing
15 changed files
with
119 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flex_nav_behaviors | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* flake8, pylint, cpplint, copyright cleanup | ||
* Humble release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flex_nav_common | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* flake8, pylint, cpplint, copyright cleanup | ||
* new get_path_by_name state and server; set_pose_state; cmd_vel output type change and options; state test fix | ||
* ROS 2 Foxy release | ||
* conversion to ROS Melodic | ||
* Initial commit | ||
Flexible Navigation v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flex_nav_controllers | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* flake8, pylint, cpplint, copyright cleanup | ||
* modify progress monitoring; add option for simple orientation calculations along 2D paths | ||
* Humble release | ||
* updates during testing with ROS 2 Foxy and Galactic | ||
* update package dependencies, and installation directions | ||
* ROS 2 Foxy Cleanup | ||
* ROS 2 Foxy release | ||
* conversion to ROS Melodic | ||
* rename scripts for consistent naming | ||
* update package depends; latest kinetic setup | ||
* set timestamp properly; handle blocked execution by storing return values; add timed twist, stop, and pure pure pursuit states | ||
* add dependency on catkin_EXPORTED_TARGETS | ||
* Initial commit | ||
Flexible Navigation v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flex_nav_flexbe_states | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* flake8, pylint, cpplint, copyright cleanup | ||
* Humble release | ||
* do an emergency stop if behavior pauses/stops while action is navigating | ||
* correct missed pub_stamp | ||
* single ProxyPublisher initialized | ||
* new get_path_by_name state and server; set_pose_state; cmd_vel output type change and options; state test fix | ||
* ROS 2 Foxy Cleanup | ||
* ROS 2 Foxy release | ||
* conversion to ROS Melodic | ||
* update package depends; latest kinetic setup | ||
* set timestamp properly; handle blocked execution by storing return values; add timed twist, stop, and pure pure pursuit states | ||
* add operator hint style and information | ||
* modify for the new FlexBE app setup | ||
* remove unused CreateSensorState.msg | ||
* Un-hardcode pose topic | ||
See Task 74. | ||
* make version consistent with other packages in flexible_navigation | ||
* Initial commit | ||
Flexible Navigation v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flex_nav_planners | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* Add smoother to planner nodes based on Nav2 simple smoother, but without external subscription; clean up | ||
* modify progress monitoring; add option for simple orientation calculations along 2D paths | ||
* Humble release | ||
* new get_path_by_name state and server; set_pose_state; cmd_vel output type change and options; state test fix | ||
* updates during testing with ROS 2 Foxy and Galactic | ||
* update package dependencies, and installation directions | ||
* ROS 2 Foxy release | ||
* builds now | ||
* local changes | ||
* changes in process | ||
* conversion to ROS Melodic | ||
* update package depends; latest kinetic setup | ||
* set timestamp properly; handle blocked execution by storing return values; add timed twist, stop, and pure pure pursuit states | ||
* add dependency on catkin_EXPORTED_TARGETS | ||
* Initial commit | ||
Flexible Navigation v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flex_nav_pure_pursuit | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* update pure pursuit python with transform handling; stop on failed | ||
* Humble release | ||
* new get_path_by_name state and server; set_pose_state; cmd_vel output type change and options; state test fix | ||
* ROS 2 Foxy release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>0.1.0</version> | ||
<version>1.1.0</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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package flexible_navigation | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.1.0 (2023-07-14) | ||
------------------ | ||
* flake8, pylint, cpplint, copyright cleanup | ||
* Humble release | ||
* new get_path_by_name state and server; set_pose_state; cmd_vel output type change and options; state test fix | ||
* ROS 2 Foxy Cleanup | ||
* ROS 2 Foxy release | ||
* conversion to ROS Melodic | ||
* update package depends; latest kinetic setup | ||
* add flexible_navigation metapackage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters