From 0bdbb0e97838db664d76cd14609b6907ce6aff0c Mon Sep 17 00:00:00 2001 From: "nadaa.elmouniem@gmail.com" Date: Fri, 12 May 2023 17:32:41 +0200 Subject: [PATCH] Changed camera arg in launch file and modified the README.md --- .../mir_barrier_tape_detection/README.md | 7 +++++++ .../ros/launch/barrier_tape_detection.launch | 15 ++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/mir_perception/mir_barrier_tape_detection/README.md b/mir_perception/mir_barrier_tape_detection/README.md index e4c511f53..9e53328cb 100644 --- a/mir_perception/mir_barrier_tape_detection/README.md +++ b/mir_perception/mir_barrier_tape_detection/README.md @@ -5,6 +5,13 @@ Detects black and yellow barrier tape on the floor. The detected barrier tape po Input: 3D (colour) pointcloud (in camera frame) and RGB image Output: 3D pointcloud with points corresponding to the yellow sections of the barrier tape, in the desired output frame (assumed to be base link) +### Launching Barrier Tape Dectection + + roslaunch mir_barrier_tape_detection barrier_tape_detection.launch + + + rostopic pub /mir_perception/barrier_tape_detection/event_in std_msgs/String "data: 'e_start'" + ### Events: `e_start`: start detection of barrier tape `e_stop`: stop detection of barrier tape diff --git a/mir_perception/mir_barrier_tape_detection/ros/launch/barrier_tape_detection.launch b/mir_perception/mir_barrier_tape_detection/ros/launch/barrier_tape_detection.launch index 0c07abf98..0a362e6aa 100644 --- a/mir_perception/mir_barrier_tape_detection/ros/launch/barrier_tape_detection.launch +++ b/mir_perception/mir_barrier_tape_detection/ros/launch/barrier_tape_detection.launch @@ -1,7 +1,8 @@ - + + @@ -9,9 +10,9 @@ - - - + + + @@ -47,9 +48,9 @@ - - - + + +