Skip to content

Commit 6d1b45a

Browse files
committed
docs: update changelog
Signed-off-by: wep21 <[email protected]>
1 parent 7f6fd9c commit 6d1b45a

File tree

15 files changed

+163
-0
lines changed

15 files changed

+163
-0
lines changed

grid_map/CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package grid_map
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Merge pull request `#420 <https://github.com/ANYbotics/grid_map/issues/420>`_ from Ryanf55/enfore-cpp17
11+
Enfore C++17
12+
* Enfore C++17
13+
* Contributors: Ryan, Ryan Friedman
14+
515
2.1.0 (2022-11-08)
616
------------------
717

grid_map_cmake_helpers/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package grid_map_cmake_helpers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Merge pull request `#419 <https://github.com/ANYbotics/grid_map/issues/419>`_ from Ryanf55/stop-using-CMAKE_COMPILER_IS_GNUCXX
11+
Stop using deprecated CMAKE_COMPILER_IS_GNUCXX
12+
* Merge pull request `#420 <https://github.com/ANYbotics/grid_map/issues/420>`_ from Ryanf55/enfore-cpp17
13+
Enfore C++17
14+
* Enfore C++17
15+
* Stop using deprecated CMAKE_COMPILER_IS_GNUCXX
16+
* Switch to CMAKE_CXX_COMPILER_ID
17+
* https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html
18+
* Contributors: Ryan, Ryan Friedman
19+
520
2.1.0 (2022-11-08)
621
------------------
722

grid_map_core/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package grid_map_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#458 <https://github.com/ANYbotics/grid_map/issues/458>`_ from ANYbotics/ci-temp-skip-octomap-server
8+
build: treat several build issues on rolling
9+
* suppress warning due to gcc13 bug
10+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
11+
Add Ryan as maintainer, remove Steve
12+
* Add Ryan as maintainer, remove Steve
13+
* Merge pull request `#404 <https://github.com/ANYbotics/grid_map/issues/404>`_ from Ryanf55/bugfix-403-cmake
14+
grid_map_core: Use ament_export_targets and improve eigen linkage
15+
* Update ament to latest recommendations
16+
* Fixes include errors in grid_map_geo ros2 port
17+
* Contributors: Ryan, Ryan Friedman, wep21
18+
519
2.1.0 (2022-11-08)
620
------------------
721

grid_map_costmap_2d/CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog for package grid_map_costmap_2d
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#424 <https://github.com/ANYbotics/grid_map/issues/424>`_ from Ryanf55/modern-ament-grid-map-costmap-2d
8+
Use ament_export_targets in grid_map_costmap_2d
9+
* Remove extra whitespace
10+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
11+
Add Ryan as maintainer, remove Steve
12+
* Add Ryan as maintainer, remove Steve
13+
* Fix whitespace, make INTERFACE type
14+
* Use ament_export_targets
15+
* Link to exported namespace targets when possible
16+
* Contributors: Ryan, Ryan Friedman
17+
518
2.1.0 (2022-11-08)
619
------------------
720

grid_map_cv/CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog for package grid_map_cv
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#458 <https://github.com/ANYbotics/grid_map/issues/458>`_ from ANYbotics/ci-temp-skip-octomap-server
8+
build: treat several build issues on rolling
9+
* suppress warning due to gcc13 bug
10+
* Merge pull request `#442 <https://github.com/ANYbotics/grid_map/issues/442>`_ from Ryanf55/bugfix-use-old-style-for-filters
11+
Bugfix use old style include directories for filters
12+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
13+
Add Ryan as maintainer, remove Steve
14+
* Add Ryan as maintainer, remove Steve
15+
* Add link to upstream ticket
16+
* Use old-style variables for filter include directories
17+
* Merge pull request `#404 <https://github.com/ANYbotics/grid_map/issues/404>`_ from Ryanf55/bugfix-403-cmake
18+
grid_map_core: Use ament_export_targets and improve eigen linkage
19+
* fix: use target link libraries instead of ament target deps
20+
* Update ament to latest recommendations
21+
* Fixes include errors in grid_map_geo ros2 port
22+
* Contributors: Ryan, Ryan Friedman, wep21
23+
524
2.1.0 (2022-11-08)
625
------------------
726
* fix: change cv_bridge.h -> .hpp (`#376 <https://github.com/ANYbotics/grid_map/issues/376>`_)

grid_map_demos/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package grid_map_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Merge pull request `#419 <https://github.com/ANYbotics/grid_map/issues/419>`_ from Ryanf55/stop-using-CMAKE_COMPILER_IS_GNUCXX
11+
Stop using deprecated CMAKE_COMPILER_IS_GNUCXX
12+
* Stop using deprecated CMAKE_COMPILER_IS_GNUCXX
13+
* Switch to CMAKE_CXX_COMPILER_ID
14+
* https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html
15+
* Contributors: Ryan, Ryan Friedman
16+
517
2.1.0 (2022-11-08)
618
------------------
719
* fix: change cv_bridge.h -> .hpp (`#376 <https://github.com/ANYbotics/grid_map/issues/376>`_)

grid_map_filters/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package grid_map_filters
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#458 <https://github.com/ANYbotics/grid_map/issues/458>`_ from ANYbotics/ci-temp-skip-octomap-server
8+
build: treat several build issues on rolling
9+
* apply uncrustify except for EigenLab.hpp
10+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
11+
Add Ryan as maintainer, remove Steve
12+
* Add Ryan as maintainer, remove Steve
13+
* Merge pull request `#419 <https://github.com/ANYbotics/grid_map/issues/419>`_ from Ryanf55/stop-using-CMAKE_COMPILER_IS_GNUCXX
14+
Stop using deprecated CMAKE_COMPILER_IS_GNUCXX
15+
* Stop using deprecated CMAKE_COMPILER_IS_GNUCXX
16+
* Switch to CMAKE_CXX_COMPILER_ID
17+
* https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html
18+
* Contributors: Ryan, Ryan Friedman, wep21
19+
520
2.1.0 (2022-11-08)
621
------------------
722

grid_map_loader/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package grid_map_loader
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Contributors: Ryan, Ryan Friedman
11+
512
2.1.0 (2022-11-08)
613
------------------
714

grid_map_msgs/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package grid_map_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Contributors: Ryan, Ryan Friedman
11+
512
2.1.0 (2022-11-08)
613
------------------
714

grid_map_octomap/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package grid_map_octomap
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Contributors: Ryan, Ryan Friedman
11+
512
2.1.0 (2022-11-08)
613
------------------
714

grid_map_pcl/CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ unreleased (2021-06-24)
77
* Replaced pcl_ros dependency with PCL
88
* Contributors: Matthew Young (Trimble Inc)
99

10+
Forthcoming
11+
-----------
12+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
13+
Add Ryan as maintainer, remove Steve
14+
* Add Ryan as maintainer, remove Steve
15+
* Merge pull request `#423 <https://github.com/ANYbotics/grid_map/issues/423>`_ from Ryanf55/export-pcl-deps-correctly
16+
Split PCL deps for dev and runtime
17+
* Split PCL deps to dev and runtime
18+
* Contributors: Ryan, Ryan Friedman
19+
1020
2.1.0 (2022-11-08)
1121
------------------
1222

grid_map_ros/CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package grid_map_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#458 <https://github.com/ANYbotics/grid_map/issues/458>`_ from ANYbotics/ci-temp-skip-octomap-server
8+
build: treat several build issues on rolling
9+
* Rosbag timestamp changes.
10+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
11+
Add Ryan as maintainer, remove Steve
12+
* Add Ryan as maintainer, remove Steve
13+
* Contributors: Roderick Taylor, Ryan, Ryan Friedman
14+
515
2.1.0 (2022-11-08)
616
------------------
717
* fix: change cv_bridge.h -> .hpp (`#376 <https://github.com/ANYbotics/grid_map/issues/376>`_)

grid_map_rviz_plugin/CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package grid_map_rviz_plugin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Merge pull request `#422 <https://github.com/ANYbotics/grid_map/issues/422>`_ from jtaveau/feature/deprecation_ogre_vector3_h
11+
update deprecated ogre header file
12+
* update header file
13+
* Contributors: JTaveau, Ryan, Ryan Friedman
14+
515
2.1.0 (2022-11-08)
616
------------------
717

grid_map_sdf/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package grid_map_sdf
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Contributors: Ryan, Ryan Friedman
11+
512
2.1.0 (2022-11-08)
613
------------------
714

grid_map_visualization/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package grid_map_visualization
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#443 <https://github.com/ANYbotics/grid_map/issues/443>`_ from Ryanf55/update-maintainers
8+
Add Ryan as maintainer, remove Steve
9+
* Add Ryan as maintainer, remove Steve
10+
* Contributors: Ryan, Ryan Friedman
11+
512
2.1.0 (2022-11-08)
613
------------------
714

0 commit comments

Comments
 (0)