Skip to content

Commit 9469085

Browse files
committed
update changelogs
Signed-off-by: Juan S. Cely G. <juanscelyg@gmail.com>
1 parent 2b660f2 commit 9469085

19 files changed

Lines changed: 264 additions & 1 deletion

File tree

common/easynav_costmap_common/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package easynav_costmap_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Remove C++20/C++23 features and update to new MethodBase interface
10+
* Cleanup unused headers
11+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely
12+
513
0.0.2 (2025-10-12)
614
------------------
715
* Reorganization initial

common/easynav_simple_common/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package easynav_simple_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Rolling updates
10+
* TFInfo in RTTFBuffer
11+
* Fix downsample in Simple
12+
* Cleanup unused headers
13+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely G., Miguel
14+
515
0.0.2 (2025-10-12)
616
------------------
717
* Reorganization initial

controllers/easynav_mpc_controller/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog for package easynav_mpc_controller
44

55
Forthcoming
66
-----------
7+
* 0.2.0
78
* GPLv3 -> Apache 2.0
89
* Collision checker scope was changed
910
* Remove C++20/C++23 features and update to new MethodBase interface
@@ -17,7 +18,7 @@ Forthcoming
1718
* Visualization Marker was added
1819
* MPC controller is working
1920
* MPC was added
20-
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, José Miguel Guerrero, Juan S. Cely, Juan S. Cely G., Miguel
21+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, José Miguel Guerrero, Juan S. Cely G., Miguel
2122

2223
0.0.2 (2025-10-12)
2324
------------------

controllers/easynav_mppi_controller/CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package easynav_mppi_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Remove C++20/C++23 features and update to new MethodBase interface
11+
* Merge branch 'set_robot_frame' into frames-fix-pr-40
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Include package in cmake and package.xml
15+
* Fix link error when running MPPI in Realease
16+
* Stop controllers at IDLE
17+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, José Miguel Guerrero, Juan S. Cely G., Miguel, estherag
18+
519
0.0.2 (2025-10-12)
620
------------------
721
* Reorganization initial

controllers/easynav_serest_controller/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog for package easynav_serest_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Remove C++20/C++23 features and update to new MethodBase interface
11+
* Merge branch 'set_robot_frame' into frames-fix-pr-40
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Sync to current EasyNavigation
15+
* Translate comments
16+
* Referencing base class if ot void
17+
* Merge remote-tracking branch 'upstream/rolling' into rolling
18+
* Fix Link error in controller
19+
* Optimize execution
20+
* Cleanup unused headers
21+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, José Miguel Guerrero, Juan S. Cely G., Miguel, estherag
22+
523
0.0.2 (2025-10-12)
624
------------------
725
* Reorganization initial

controllers/easynav_simple_controller/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package easynav_simple_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Add a base_footprint frame in TFInfo
11+
* Remove C++20/C++23 features and update to new MethodBase interface
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Referencing base class if ot void
15+
* Optimize execution
16+
* Cleanup unused headers
17+
* Update sheets
18+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely G., Miguel, estherag
19+
520
0.0.2 (2025-10-12)
621
------------------
722
* Reorganization initial

controllers/easynav_vff_controller/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package easynav_vff_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Add a base_footprint frame in TFInfo
11+
* Remove C++20/C++23 features and update to new MethodBase interface
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Referencing base class if ot void
15+
* Optimize execution
16+
* Cleanup unused headers
17+
* Update sheets
18+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely G., Miguel
19+
520
0.0.2 (2025-10-12)
621
------------------
722
* Reorganization initial

localizers/easynav_costmap_localizer/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package easynav_costmap_localizer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Add a base_footprint frame in TFInfo
11+
* Remove C++20/C++23 features and update to new MethodBase interface
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Referencing base class if ot void
15+
* Optimize execution
16+
* Cleanup unused headers
17+
* Update sheets
18+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely G., Miguel
19+
520
0.0.2 (2025-10-12)
621
------------------
722
* Reorganization initial

localizers/easynav_gps_localizer/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package easynav_gps_localizer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Add a base_footprint frame in TFInfo
11+
* Remove C++20/C++23 features and update to new MethodBase interface
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Referencing base class if ot void
15+
* Optimize execution
16+
* Cleanup unused headers
17+
* Update sheets
18+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely G., Miguel
19+
520
0.0.2 (2025-10-12)
621
------------------
722
* Reorganization initial

localizers/easynav_simple_localizer/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package easynav_simple_localizer
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* 0.2.0
8+
* GPLv3 -> Apache 2.0
9+
* Documentation was corrected
10+
* Add a base_footprint frame in TFInfo
11+
* Remove C++20/C++23 features and update to new MethodBase interface
12+
* TFInfo in RTTFBuffer
13+
* Refactor to use TFInfo
14+
* Referencing base class if ot void
15+
* Optimize execution
16+
* Cleanup unused headers
17+
* Update sheets
18+
* Contributors: Francisco Martín Rico, Francisco Miguel Moreno, Juan S. Cely G., Miguel
19+
520
0.0.2 (2025-10-12)
621
------------------
722
* Reorganization initial

0 commit comments

Comments
 (0)