Compare commits

...

3 Commits

Author SHA1 Message Date
david.anthony@swri.org
abbf077028 2.5.10
Some checks failed
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:jazzy ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:jazzy ROS_REPO:testing]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:kilted ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:kilted ROS_REPO:testing]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:rolling ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:rolling ROS_REPO:testing]) (push) Has been cancelled
CI / industrial_ci (map[ROS_DISTRO:humble ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[ROS_DISTRO:humble ROS_REPO:testing]) (push) Has been cancelled
2025-09-04 12:33:00 -05:00
david.anthony@swri.org
5873dcef9b Updating changelog for release 2025-09-04 12:32:48 -05:00
Scott K Logan
aa30452285
Fix incorrect GLUT library reference (#862)
The documented variable here is GLUT_LIBRARIES, which is actually
already used correctly earlier in this file.
2025-09-04 12:30:05 -05:00
11 changed files with 25 additions and 6 deletions

View File

@ -2,6 +2,13 @@
Changelog for package mapviz Changelog for package mapviz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.5.10 (2025-09-04)
-------------------
* Fix incorrect GLUT library reference (`#862 <https://github.com/swri-robotics/mapviz/issues/862>`_)
The documented variable here is GLUT_LIBRARIES, which is actually
already used correctly earlier in this file.
* Contributors: Scott K Logan
2.5.9 (2025-08-27) 2.5.9 (2025-08-27)
------------------ ------------------
* Improve whitespace trimming behavior (`#859 <https://github.com/swri-robotics/mapviz/issues/859>`_) * Improve whitespace trimming behavior (`#859 <https://github.com/swri-robotics/mapviz/issues/859>`_)

View File

@ -146,7 +146,7 @@ add_executable(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME} PUBLIC target_link_libraries(${PROJECT_NAME} PUBLIC
rqt_${PROJECT_NAME} rqt_${PROJECT_NAME}
${GLUT_LIBRARY} ${GLUT_LIBRARIES}
${swri_transform_util_TARGETS}) ${swri_transform_util_TARGETS})
target_link_libraries(${PROJECT_NAME} PRIVATE target_link_libraries(${PROJECT_NAME} PRIVATE
image_transport::image_transport image_transport::image_transport

View File

@ -1,6 +1,6 @@
<package format="3"> <package format="3">
<name>mapviz</name> <name>mapviz</name>
<version>2.5.9</version> <version>2.5.10</version>
<description> <description>
2D mapping display with extensible data overlays 2D mapping display with extensible data overlays
</description> </description>

View File

@ -2,6 +2,9 @@
Changelog for package mapviz_interfaces Changelog for package mapviz_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.5.10 (2025-09-04)
-------------------
2.5.9 (2025-08-27) 2.5.9 (2025-08-27)
------------------ ------------------

View File

@ -1,6 +1,6 @@
<package format="3"> <package format="3">
<name>mapviz_interfaces</name> <name>mapviz_interfaces</name>
<version>2.5.9</version> <version>2.5.10</version>
<description> <description>
ROS interfaces used by Mapviz ROS interfaces used by Mapviz
</description> </description>

View File

@ -2,6 +2,9 @@
Changelog for package mapviz_plugins Changelog for package mapviz_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.5.10 (2025-09-04)
-------------------
2.5.9 (2025-08-27) 2.5.9 (2025-08-27)
------------------ ------------------
* Add error status for navsatfix uninitialized origin (`#860 <https://github.com/swri-robotics/mapviz/issues/860>`_) * Add error status for navsatfix uninitialized origin (`#860 <https://github.com/swri-robotics/mapviz/issues/860>`_)

View File

@ -1,6 +1,6 @@
<package format="3"> <package format="3">
<name>mapviz_plugins</name> <name>mapviz_plugins</name>
<version>2.5.9</version> <version>2.5.10</version>
<description> <description>
Common plugins for the Mapviz visualization tool Common plugins for the Mapviz visualization tool

View File

@ -2,6 +2,9 @@
Changelog for package multires_image Changelog for package multires_image
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.5.10 (2025-09-04)
-------------------
2.5.9 (2025-08-27) 2.5.9 (2025-08-27)
------------------ ------------------

View File

@ -1,6 +1,6 @@
<package format="3"> <package format="3">
<name>multires_image</name> <name>multires_image</name>
<version>2.5.9</version> <version>2.5.10</version>
<description> <description>
multires_image multires_image

View File

@ -2,6 +2,9 @@
Changelog for package tile_map Changelog for package tile_map
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2.5.10 (2025-09-04)
-------------------
2.5.9 (2025-08-27) 2.5.9 (2025-08-27)
------------------ ------------------
* Removing unused function (`#861 <https://github.com/swri-robotics/mapviz/issues/861>`_) * Removing unused function (`#861 <https://github.com/swri-robotics/mapviz/issues/861>`_)

View File

@ -1,6 +1,6 @@
<package format="3"> <package format="3">
<name>tile_map</name> <name>tile_map</name>
<version>2.5.9</version> <version>2.5.10</version>
<description> <description>
Tile map provides a slippy map style interface for visualizing Tile map provides a slippy map style interface for visualizing