File tree 15 files changed +163
-0
lines changed
15 files changed +163
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
15
2.1.0 (2022-11-08)
6
16
------------------
7
17
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_cmake_helpers
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
20
2.1.0 (2022-11-08)
6
21
------------------
7
22
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_core
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
19
2.1.0 (2022-11-08)
6
20
------------------
7
21
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_costmap_2d
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
18
2.1.0 (2022-11-08)
6
19
------------------
7
20
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_cv
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
24
2.1.0 (2022-11-08)
6
25
------------------
7
26
* fix: change cv_bridge.h -> .hpp (`#376 <https://github.com/ANYbotics/grid_map/issues/376 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_demos
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
17
2.1.0 (2022-11-08)
6
18
------------------
7
19
* fix: change cv_bridge.h -> .hpp (`#376 <https://github.com/ANYbotics/grid_map/issues/376 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_filters
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
20
2.1.0 (2022-11-08)
6
21
------------------
7
22
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_loader
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
2.1.0 (2022-11-08)
6
13
------------------
7
14
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_msgs
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
2.1.0 (2022-11-08)
6
13
------------------
7
14
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_octomap
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
2.1.0 (2022-11-08)
6
13
------------------
7
14
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ unreleased (2021-06-24)
7
7
* Replaced pcl_ros dependency with PCL
8
8
* Contributors: Matthew Young (Trimble Inc)
9
9
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
+
10
20
2.1.0 (2022-11-08)
11
21
------------------
12
22
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_ros
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
15
2.1.0 (2022-11-08)
6
16
------------------
7
17
* fix: change cv_bridge.h -> .hpp (`#376 <https://github.com/ANYbotics/grid_map/issues/376 >`_)
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_rviz_plugin
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
15
2.1.0 (2022-11-08)
6
16
------------------
7
17
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_sdf
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
2.1.0 (2022-11-08)
6
13
------------------
7
14
Original file line number Diff line number Diff line change 2
2
Changelog for package grid_map_visualization
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
2.1.0 (2022-11-08)
6
13
------------------
7
14
You can’t perform that action at this time.
0 commit comments