Skip to content

Commit

Permalink
Remove sophus from build system
Browse files Browse the repository at this point in the history
Fixing now the CI is a big pain
  • Loading branch information
nachovizzo committed Oct 20, 2023
1 parent 20417f9 commit e7be78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ if("$ENV{ROS_VERSION}" STREQUAL "1")
rosbag
std_msgs
tf2
tf2_ros
Sophus)
tf2_ros)
catkin_package()

# ROS 1 node
Expand All @@ -73,7 +72,6 @@ elseif("$ENV{ROS_VERSION}" STREQUAL "2")
find_package(rclcpp_components REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(tf2_ros REQUIRED)
find_package(sophus REQUIRED)

# ROS 2 node
add_library(odometry_component SHARED ros2/OdometryServer.cpp)
Expand All @@ -88,8 +86,7 @@ elseif("$ENV{ROS_VERSION}" STREQUAL "2")
nav_msgs
sensor_msgs
geometry_msgs
tf2_ros
Sophus)
tf2_ros)

rclcpp_components_register_node(odometry_component PLUGIN "kiss_icp_ros::OdometryServer" EXECUTABLE odometry_node)

Expand Down
1 change: 0 additions & 1 deletion ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<depend>sensor_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>sophus</depend>

<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
Expand Down

0 comments on commit e7be78c

Please sign in to comment.