diff --git a/src/example_behaviors/CMakeLists.txt b/src/example_behaviors/CMakeLists.txt
index 2c7cd6a0..6f54a740 100644
--- a/src/example_behaviors/CMakeLists.txt
+++ b/src/example_behaviors/CMakeLists.txt
@@ -15,7 +15,6 @@ example_interfaces)
foreach(package IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
find_package(${package} REQUIRED)
endforeach()
-find_package(moveit_pro_ml REQUIRED)
add_library(
example_behaviors
@@ -41,7 +40,6 @@ target_include_directories(
PRIVATE ${PCL_INCLUDE_DIRS})
ament_target_dependencies(example_behaviors
${THIS_PACKAGE_INCLUDE_DEPENDS})
-target_link_libraries(example_behaviors onnx_sam2)
# Install Libraries
install(
diff --git a/src/lab_sim/CMakeLists.txt b/src/lab_sim/CMakeLists.txt
index a2db2edd..2b665a3f 100644
--- a/src/lab_sim/CMakeLists.txt
+++ b/src/lab_sim/CMakeLists.txt
@@ -33,6 +33,7 @@ install(
config
description
launch
+ models
objectives
waypoints
DESTINATION
diff --git a/src/example_behaviors/models/decoder.onnx b/src/lab_sim/models/decoder.onnx
similarity index 100%
rename from src/example_behaviors/models/decoder.onnx
rename to src/lab_sim/models/decoder.onnx
diff --git a/src/example_behaviors/models/sam2_hiera_large_encoder.onnx b/src/lab_sim/models/sam2_hiera_large_encoder.onnx
similarity index 100%
rename from src/example_behaviors/models/sam2_hiera_large_encoder.onnx
rename to src/lab_sim/models/sam2_hiera_large_encoder.onnx
diff --git a/src/lab_sim/objectives/run_sam2_onnx.xml b/src/lab_sim/objectives/run_sam2_onnx.xml
deleted file mode 100644
index f05b6821..00000000
--- a/src/lab_sim/objectives/run_sam2_onnx.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/lab_sim/objectives/segment_point_cloud_from_clicked_point.xml b/src/lab_sim/objectives/segment_point_cloud_from_clicked_point.xml
new file mode 100644
index 00000000..ade8c381
--- /dev/null
+++ b/src/lab_sim/objectives/segment_point_cloud_from_clicked_point.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+