Skip to content

Commit 11de6cb

Browse files
committed
merged main into humble
2 parents be2a3be + d53d587 commit 11de6cb

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22
project(rmcl
3-
VERSION 2.0.0
4-
)
3+
VERSION 2.0.0)
54

65
option(BUILD_EXAMPLES "Build Examples" OFF)
76
option(BUILD_EXPERIMENTAL "Build Experimental Code" OFF)
@@ -739,5 +738,4 @@ endif(BUILD_MICP_EXPERIMENTS)
739738
# # rmcl_optix
740739
# # )
741740

742-
743741
ament_package()

include/rmcl/correction/PinholeCorrectorOptixROS.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#include <geometry_msgs/msg/pose_stamped.hpp>
5252

5353
// Rmagine deps
54-
#include <rmagine/map/EmbreeMap.hpp>
54+
#include <rmagine/map/OptixMap.hpp>
5555

5656
// Internal deps
5757
#include "PinholeCorrectorOptix.hpp"

include/rmcl/correction/SphereCorrectorOptixROS.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#include <geometry_msgs/msg/pose_stamped.hpp>
5252

5353
// Rmagine deps
54-
#include <rmagine/map/EmbreeMap.hpp>
54+
#include <rmagine/map/OptixMap.hpp>
5555

5656
// Internal deps
5757
#include "SphereCorrectorOptix.hpp"

package.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>rmcl</name>
55
<version>2.0.0</version>
6-
<description>The rmcl package</description>
6+
<description>The RMCL package. Software Tools for Mobile Robot Localization in 3D Meshes.</description>
77

88
<maintainer email="[email protected]">Alexander Mock</maintainer>
99

@@ -24,5 +24,4 @@
2424
<export>
2525
<build_type>ament_cmake</build_type>
2626
</export>
27-
28-
</package>
27+
</package>

0 commit comments

Comments
 (0)