From 644296a845481c3abc32be2060547bc40f54e1f8 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Sun, 30 Jun 2024 04:18:26 -0400 Subject: [PATCH] cv --- ...e_2d_computer_vision_face_detection.launch | 19 ++++++++++--------- ...mputer_vision_instance_segmentation.launch | 19 ++++++++++--------- ...2d_computer_vision_object_detection.launch | 19 ++++++++++--------- ...lande_2d_computer_vision_prediction.launch | 19 ++++++++++--------- ...mputer_vision_semantic_segmentation.launch | 19 ++++++++++--------- .../CMakeLists.txt | 3 --- 6 files changed, 50 insertions(+), 48 deletions(-) diff --git a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_face_detection.launch b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_face_detection.launch index 71648d5..88202f2 100644 --- a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_face_detection.launch +++ b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_face_detection.launch @@ -2,17 +2,18 @@ diff --git a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_instance_segmentation.launch b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_instance_segmentation.launch index c9f2a51..21fefc9 100644 --- a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_instance_segmentation.launch +++ b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_instance_segmentation.launch @@ -2,17 +2,18 @@ diff --git a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_object_detection.launch b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_object_detection.launch index 81b6a59..d4d411a 100644 --- a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_object_detection.launch +++ b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_object_detection.launch @@ -2,17 +2,18 @@ diff --git a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_prediction.launch b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_prediction.launch index 921f2c7..b1674e8 100644 --- a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_prediction.launch +++ b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_prediction.launch @@ -2,17 +2,18 @@ diff --git a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_semantic_segmentation.launch b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_semantic_segmentation.launch index 2d5e20b..80e5745 100644 --- a/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_semantic_segmentation.launch +++ b/ros_web_api_bellande_2d_computer_vision/launch/ros1/bellande_2d_computer_vision_semantic_segmentation.launch @@ -2,17 +2,18 @@ diff --git a/ros_web_api_bellande_3d_computer_vision/CMakeLists.txt b/ros_web_api_bellande_3d_computer_vision/CMakeLists.txt index 57a2cbd..245fea1 100644 --- a/ros_web_api_bellande_3d_computer_vision/CMakeLists.txt +++ b/ros_web_api_bellande_3d_computer_vision/CMakeLists.txt @@ -46,7 +46,6 @@ if($ENV{ROS_VERSION} EQUAL 1) src/bellande_3d_computer_vision_prediction.py src/bellande_3d_computer_vision_object_detection.py src/bellande_3d_computer_vision_instance_segmentation.py - src/bellande_3d_computer_vision_semantic_segmentation.py DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} ) endif() @@ -56,14 +55,12 @@ if($ENV{ROS_VERSION} EQUAL "1") install(PROGRAMS src/bellande_3d_computer_vision_prediction.py DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}) install(PROGRAMS src/bellande_3d_computer_vision_object_detection.py DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}) install(PROGRAMS src/bellande_3d_computer_vision_instance_segmentation.py DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}) - install(PROGRAMS src/bellande_3d_computer_vision_semantic_segmentation.py DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}) install(DIRECTORY config/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config) install(DIRECTORY launch/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch) else() install(PROGRAMS src/bellande_3d_computer_vision_prediction.py DESTINATION lib/${PROJECT_NAME}) install(PROGRAMS src/bellande_3d_computer_vision_object_detection.py DESTINATION lib/${PROJECT_NAME}) install(PROGRAMS src/bellande_3d_computer_vision_instance_segmentation.py DESTINATION lib/${PROJECT_NAME}) - install(PROGRAMS src/bellande_3d_computer_vision_semantic_segmentation.py DESTINATION lib/${PROJECT_NAME}) install(DIRECTORY config/ DESTINATION share/${PROJECT_NAME}/config) install(DIRECTORY launch/ DESTINATION share/${PROJECT_NAME}/launch) ament_package()