Skip to content

Commit

Permalink
merged main into humble
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Feb 11, 2024
2 parents be2a3be + d53d587 commit 11de6cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.18)
project(rmcl
VERSION 2.0.0
)
VERSION 2.0.0)

option(BUILD_EXAMPLES "Build Examples" OFF)
option(BUILD_EXPERIMENTAL "Build Experimental Code" OFF)
Expand Down Expand Up @@ -739,5 +738,4 @@ endif(BUILD_MICP_EXPERIMENTS)
# # rmcl_optix
# # )


ament_package()
2 changes: 1 addition & 1 deletion include/rmcl/correction/PinholeCorrectorOptixROS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include <geometry_msgs/msg/pose_stamped.hpp>

// Rmagine deps
#include <rmagine/map/EmbreeMap.hpp>
#include <rmagine/map/OptixMap.hpp>

// Internal deps
#include "PinholeCorrectorOptix.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/rmcl/correction/SphereCorrectorOptixROS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include <geometry_msgs/msg/pose_stamped.hpp>

// Rmagine deps
#include <rmagine/map/EmbreeMap.hpp>
#include <rmagine/map/OptixMap.hpp>

// Internal deps
#include "SphereCorrectorOptix.hpp"
Expand Down
5 changes: 2 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>rmcl</name>
<version>2.0.0</version>
<description>The rmcl package</description>
<description>The RMCL package. Software Tools for Mobile Robot Localization in 3D Meshes.</description>

<maintainer email="amock@uos.de">Alexander Mock</maintainer>

Expand All @@ -24,5 +24,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>

</package>
</package>

0 comments on commit 11de6cb

Please sign in to comment.