Skip to content

Commit

Permalink
fixed cmake open3d dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydran00 committed Dec 12, 2024
1 parent 8091176 commit bc24990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Step 2: Install additional dependencies
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libpciaccess-dev libomp-dev
run: sudo apt-get update && sudo apt-get install -y libpciaccess-dev libomp-dev libc++1

# Step 4: Build and process each ROS package
- name: Build and Process ROS Package
Expand Down
1 change: 0 additions & 1 deletion src/haptic_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ find_package(tf2_ros REQUIRED)
find_package(tf2_geometry_msgs REQUIRED)
find_package(visualization_msgs REQUIRED)
find_package(Eigen3 REQUIRED)
find_package(Open3D REQUIRED)

if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)
Expand Down

0 comments on commit bc24990

Please sign in to comment.