mirror of
https://github.com/swri-robotics/mapviz.git
synced 2025-09-15 17:48:34 +08:00
Compare commits
3 Commits
48cc374abd
...
abbf077028
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
abbf077028 | ||
|
|
5873dcef9b | ||
|
|
aa30452285 |
@ -2,6 +2,13 @@
|
||||
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)
|
||||
------------------
|
||||
* Improve whitespace trimming behavior (`#859 <https://github.com/swri-robotics/mapviz/issues/859>`_)
|
||||
|
||||
@ -146,7 +146,7 @@ add_executable(${PROJECT_NAME}
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC
|
||||
rqt_${PROJECT_NAME}
|
||||
${GLUT_LIBRARY}
|
||||
${GLUT_LIBRARIES}
|
||||
${swri_transform_util_TARGETS})
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE
|
||||
image_transport::image_transport
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="3">
|
||||
<name>mapviz</name>
|
||||
<version>2.5.9</version>
|
||||
<version>2.5.10</version>
|
||||
<description>
|
||||
2D mapping display with extensible data overlays
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
Changelog for package mapviz_interfaces
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.5.10 (2025-09-04)
|
||||
-------------------
|
||||
|
||||
2.5.9 (2025-08-27)
|
||||
------------------
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="3">
|
||||
<name>mapviz_interfaces</name>
|
||||
<version>2.5.9</version>
|
||||
<version>2.5.10</version>
|
||||
<description>
|
||||
ROS interfaces used by Mapviz
|
||||
</description>
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
Changelog for package mapviz_plugins
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.5.10 (2025-09-04)
|
||||
-------------------
|
||||
|
||||
2.5.9 (2025-08-27)
|
||||
------------------
|
||||
* Add error status for navsatfix uninitialized origin (`#860 <https://github.com/swri-robotics/mapviz/issues/860>`_)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="3">
|
||||
<name>mapviz_plugins</name>
|
||||
<version>2.5.9</version>
|
||||
<version>2.5.10</version>
|
||||
<description>
|
||||
|
||||
Common plugins for the Mapviz visualization tool
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
Changelog for package multires_image
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.5.10 (2025-09-04)
|
||||
-------------------
|
||||
|
||||
2.5.9 (2025-08-27)
|
||||
------------------
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="3">
|
||||
<name>multires_image</name>
|
||||
<version>2.5.9</version>
|
||||
<version>2.5.10</version>
|
||||
<description>
|
||||
|
||||
multires_image
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
Changelog for package tile_map
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
2.5.10 (2025-09-04)
|
||||
-------------------
|
||||
|
||||
2.5.9 (2025-08-27)
|
||||
------------------
|
||||
* Removing unused function (`#861 <https://github.com/swri-robotics/mapviz/issues/861>`_)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<package format="3">
|
||||
<name>tile_map</name>
|
||||
<version>2.5.9</version>
|
||||
<version>2.5.10</version>
|
||||
<description>
|
||||
|
||||
Tile map provides a slippy map style interface for visualizing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user