From 3d3198a27c74e62338cebabb1f32e15c639b801e Mon Sep 17 00:00:00 2001 From: YusukeKato Date: Mon, 5 Feb 2024 18:23:01 +0900 Subject: [PATCH] =?UTF-8?q?README=E3=81=AEConfigure=E3=81=AE=E9=A0=85?= =?UTF-8?q?=E7=9B=AE=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 11 ----------- README.md | 12 ------------ 2 files changed, 23 deletions(-) diff --git a/README.en.md b/README.en.md index 84ca489..972dfef 100644 --- a/README.en.md +++ b/README.en.md @@ -287,17 +287,6 @@ or [rqt_image_view](https://index.ros.org/p/rqt_image_view/). -#### Configure - -Edit [`./src/camera_line_follower_component.cpp`](./src/camera_line_follower_component.cpp) -to change a color of tracking target. - -If the object detection accuracy is poor, adjust the camera exposure and parameters in the function - -```cpp -cv::inRange(gray, 0, 100, extracted_bin); -``` - #### Parameters - `brightness_max_value` diff --git a/README.md b/README.md index ec02774..83b8f1a 100644 --- a/README.md +++ b/README.md @@ -291,18 +291,6 @@ $ ros2 launch raspimouse_ros2_examples camera_line_follower.launch.py video_devi -#### Configure - -追跡対象の色を変更するには -[`./src/camera_line_follower_component.cpp`](./src/camera_line_follower_component.cpp) -を編集します。 - -物体検出精度が悪い時にはカメラの露光や関数内のパラメータを調整して下さい。 - -```cpp -cv::inRange(gray, 0, 100, extracted_bin); -``` - #### Parameters - `brightness_max_value`