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 @@ - - - + + +