Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Nov 4, 2024
1 parent 63f00bf commit f575c3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@ if(ZED_FOUND AND CUDA_FOUND)
)

# ZED Wrapper
# add_library(zed SHARED perception/zed_wrapper/zed_wrapper.cpp perception/zed_wrapper/ perception/zed_wrapper/pch.hpp)
# target_compile_definitions(zed PRIVATE "COMPOSITION_BUILDING_DLL")
# ament_target_dependencies(zed rclcpp rclcpp_components sensor_msgs ZED CUDA tf2 tf2_ros)
# rclcpp_components_register_nodes(zed "mrover::ZedWrapper")
# set(node_plugins "${node_plugins}mrover::ZedWrapper;$<TARGET_FILE:zed_wrapper>\n")

mrover_add_component(zed perception/zed_wrapper/*.c* perception/zed_wrapper/pch.hpp ZedWrapper)
mrover_link_component(zed parameter_utils lie MANIF::manif ${CUDA_LIBRARIES} loop_profiler cuda_compiler_flags)
mrover_ament_component(zed rclcpp rclcpp_components sensor_msgs ZED CUDA tf2 tf2_ros)
Expand Down

0 comments on commit f575c3a

Please sign in to comment.