File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog for package label_manager
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 2.1.1 (2026-08-15)
6+ ------------------
7+ * Update maintainer information
8+
592.1.0 (2025-08-11)
610------------------
711* Add MeshVertexCostsSparse and MeshVertexCostsSparseStamped messages
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >label_manager</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >Serving and persisting label information</description >
7- <maintainer email =" amock@uos.de" >Alexander Mock</maintainer >
8- <maintainer email =" matthias.holoch@naturerobots.com" >Matthias Holoch</maintainer >
9- <maintainer email =" sebastian.puetz@naturerobots.com" >Sebastian Pütz</maintainer >
107
8+ <maintainer email =" alexander.mock@naturerobots.com" >Alexander Mock</maintainer >
9+
1110 <url type =" website" >http://wiki.ros.org/ros_mesh_tools/label_manager</url >
1211
1312 <author email =" spuetz@uos.de" >Sebastian Pütz</author >
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >mesh_msgs</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >Various Message Types for Mesh Data.</description >
7- <maintainer email =" amock@uos.de" >Alexander Mock</maintainer >
8- <maintainer email =" matthias.holoch@naturerobots.com" >Matthias Holoch</maintainer >
9- <maintainer email =" sebastian.puetz@naturerobots.com" >Sebastian Pütz</maintainer >
7+ <maintainer email =" alexander.mock@naturerobots.com" >Alexander Mock</maintainer >
108 <author email =" spuetz@uos.de" >Sebastian Pütz</author >
119 <author email =" hdeeken@uos.de" >Henning Deeken</author >
1210 <author email =" jvogtherr@uos.de" >Jan Philipp Vogtherr</author >
Original file line number Diff line number Diff line change @@ -22,18 +22,17 @@ find_package(rclcpp REQUIRED)
2222find_package (mesh_msgs REQUIRED )
2323find_package (sensor_msgs REQUIRED )
2424
25- find_package (LVR2 REQUIRED )
25+ find_package (lvr2 REQUIRED )
2626find_package (OpenCV REQUIRED )
2727find_package (MPI REQUIRED )
2828find_package (PkgConfig REQUIRED )
2929
30- add_definitions (${LVR2_DEFINITIONS} ${ OpenCV_DEFINITIONS} )
30+ add_definitions (${OpenCV_DEFINITIONS} )
3131
3232# enable openmp support
3333#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
3434include_directories (
3535 include
36- ${LVR2_INCLUDE_DIRS}
3736 ${OpenCV_INCLUDE_DIRS}
3837)
3938
@@ -46,7 +45,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
4645 $<INSTALL_INTERFACE :include >)
4746
4847target_link_libraries (${PROJECT_NAME} PUBLIC
49- ${LVR2_LIBRARY}
48+ lvr2::lvr2
5049 ${OpenCV_LIBRARIES}
5150 rclcpp::rclcpp
5251 ${mesh_msgs_TARGETS}
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >mesh_msgs_conversions</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >converts point clouds and attributes into meshes and mesh attributes</description >
77
8- <maintainer email =" amock@uos.de" >Alexander Mock</maintainer >
9- <maintainer email =" matthias.holoch@naturerobots.com" >Matthias Holoch</maintainer >
10- <maintainer email =" sebastian.puetz@naturerobots.com" >Sebastian Pütz</maintainer >
8+ <maintainer email =" alexander.mock@naturerobots.com" >Alexander Mock</maintainer >
119
1210 <license >BSD 3-Clause</license >
1311 <author email =" spuetz@uos.de" >Sebastian Pütz</author >
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >mesh_msgs_transform</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >Methods to transform mesh_msgs</description >
7- <maintainer email =" spuetz@uos.de" >Sebastian Pütz</maintainer >
87 <license >BSD-3</license >
98 <url type =" website" >http://wiki.ros.org/ros_mesh_tools/mesh_msgs_transform</url >
10- <maintainer email =" amock@uos.de" >Alexander Mock</maintainer >
11- <maintainer email =" matthias.holoch@naturerobots.com" >Matthias Holoch</maintainer >
12- <maintainer email =" sebastian.puetz@naturerobots.com" >Sebastian Pütz</maintainer >
9+ <maintainer email =" alexander.mock@naturerobots.com" >Alexander Mock</maintainer >
1310 <author email =" spuetz@uos.de" >Sebastian Pütz</author >
1411
1512 <buildtool_depend >ament_cmake</buildtool_depend >
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >mesh_tools</name >
5- <version >2.1.0 </version >
5+ <version >2.1.1 </version >
66 <description >The mesh_tools package</description >
7- <maintainer email =" spuetz@uos.de" >Sebastian Pütz</maintainer >
87 <license >BSD-3</license >
98 <url type =" website" >http://wiki.ros.org/mesh_tools</url >
10- <maintainer email =" amock@uos.de" >Alexander Mock</maintainer >
11- <maintainer email =" matthias.holoch@naturerobots.com" >Matthias Holoch</maintainer >
12- <maintainer email =" sebastian.puetz@naturerobots.com" >Sebastian Pütz</maintainer >
9+ <maintainer email =" alexander.mock@naturerobots.com" >Alexander Mock</maintainer >
1310 <author email =" spuetz@uos.de" >Sebastian Pütz</author >
1411
1512 <buildtool_depend >ament_cmake</buildtool_depend >
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ find_package(HDF5 REQUIRED COMPONENTS C CXX HL)
3939
4040# include_directories(${ASSIMP_INCLUDE_DIRS})
4141
42- # LVR2 includes HighFive that we need here
42+ # lvr2 includes HighFive that we need here
4343# - it was compiling before because globale lvr2 header were accessible
44- find_package (LVR2 REQUIRED )
44+ find_package (lvr2 REQUIRED )
4545
4646## This setting causes Qt's "MOC" generation to happen automatically.
4747# set(CMAKE_AUTOMOC ON)
@@ -51,7 +51,6 @@ find_package(Qt5 COMPONENTS Core Widgets)
5151
5252include_directories (
5353 include
54- ${LVR2_INCLUDE_DIRS}
5554 ${Boost_INCLUDE_DIRS}
5655 ${HDF5_INCLUDE_DIRS}
5756)
@@ -87,8 +86,6 @@ set(MOC_HEADER_FILES
8786 include/rviz_mesh_tools_plugins/InteractionHelper.hpp
8887)
8988
90- add_definitions (${LVR2_DEFINITIONS} )
91-
9289add_library (${PROJECT_NAME} SHARED
9390 ${SOURCE_FILES}
9491 ${MOC_HEADER_FILES}
@@ -101,7 +98,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
10198)
10299
103100target_link_libraries (${PROJECT_NAME} PUBLIC
104- ${LVR2_LIBRARIES}
101+ lvr2::lvr2
105102 rviz_ogre_vendor::OgreMain
106103 rviz_ogre_vendor::OgreOverlay
107104 Boost::system
Original file line number Diff line number Diff line change 55 <description >
66 RViz display types and tools for the mesh_msgs package.
77 </description >
8- <version >2.1.0 </version >
9- < maintainer email = " amock@uos.de " >Alexander Mock</ maintainer >
10- <maintainer email =" matthias.holoch @naturerobots.com" >Matthias Holoch </maintainer >
11- < maintainer email = " sebastian.puetz@naturerobots.com " >Sebastian Pütz</ maintainer >
8+ <version >2.1.1 </version >
9+
10+ <maintainer email =" alexander.mock @naturerobots.com" >Alexander Mock </maintainer >
11+
1212 <author email =" spuetz@uos.de" >Sebastian Pütz</author >
1313 <author email =" krschmidt@uos.de" >Kristin Schmidt</author >
1414 <author email =" jvogtherr@uos.de" >Jan Philipp Vogtherr</author >
Original file line number Diff line number Diff line change 11# Repositories in here contain dependencies of mesh_tools that are currently not avaiable via apt.
22# Every repository listed here will get cloned and built during CI runs.
33repositories :
4- uos/ lvr2 :
4+ lvr2 :
55 type : git
66 url : https://github.com/uos/lvr2.git
77 version : main
You can’t perform that action at this time.
0 commit comments