Skip to content

Commit

Permalink
Updating for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 committed Sep 6, 2024
1 parent 6be05a8 commit da25d28
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mapviz/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package mapviz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Restore and refactor use_latest_transforms option for point drawing plugins like Odometry. (`#705 <https://github.com/swri-robotics/mapviz/issues/705>`_)
* Avoid deprecated GLUT_LIBRARY variable (`#755 <https://github.com/swri-robotics/mapviz/issues/755>`_)
GLUT_LIBRARY is deprecated, and, more importantly, is not normally set
since CMake 3.22. This looks like a CMake bug, but it is good to not use
deprecated things anyway.
* Contributors: Ben Wolsieffer, Marc Alban

1.4.2 (2022-12-13)
------------------
* Merge pull request `#721 <https://github.com/swri-robotics/mapviz/issues/721>`_ from rjb0026/720-allow-building-with-c++14-for-version-greater-than-kinetic
Expand Down
10 changes: 10 additions & 0 deletions mapviz_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package mapviz_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Adding rotation to image_plugin (`#682 <https://github.com/swri-robotics/mapviz/issues/682>`_)
* Adding rotation to image_plugin
---------
Co-authored-by: David Anthony <[email protected]>
* fixed button connect (`#807 <https://github.com/swri-robotics/mapviz/issues/807>`_)
* Restore and refactor use_latest_transforms option for point drawing plugins like Odometry. (`#705 <https://github.com/swri-robotics/mapviz/issues/705>`_)
* Contributors: Anthony Jiang, Marc Alban, TobinHall

1.4.2 (2022-12-13)
------------------
* Merge pull request `#716 <https://github.com/swri-robotics/mapviz/issues/716>`_ from swri-robotics/pose_publisher
Expand Down
3 changes: 3 additions & 0 deletions multires_image/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package multires_image
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

1.4.2 (2022-12-13)
------------------
* Merge pull request `#721 <https://github.com/swri-robotics/mapviz/issues/721>`_ from rjb0026/720-allow-building-with-c++14-for-version-greater-than-kinetic
Expand Down
6 changes: 6 additions & 0 deletions tile_map/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package tile_map
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix unitialized bing source (`#799 <https://github.com/swri-robotics/mapviz/issues/799>`_)
Co-authored-by: Alex Youngs <[email protected]>
* Contributors: agyoungs

1.4.2 (2022-12-13)
------------------
* Merge pull request `#721 <https://github.com/swri-robotics/mapviz/issues/721>`_ from rjb0026/720-allow-building-with-c++14-for-version-greater-than-kinetic
Expand Down

0 comments on commit da25d28

Please sign in to comment.