Skip to content

Commit

Permalink
READMEのConfigureの項目を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Feb 5, 2024
1 parent 5df6d4a commit 3d3198a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
11 changes: 0 additions & 11 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,17 +287,6 @@ or [rqt_image_view](https://index.ros.org/p/rqt_image_view/).

<img src=https://rt-net.github.io/images/raspberry-pi-mouse/camera_line_trace.png width=500 />

#### 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`
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,18 +291,6 @@ $ ros2 launch raspimouse_ros2_examples camera_line_follower.launch.py video_devi

<img src=https://rt-net.github.io/images/raspberry-pi-mouse/camera_line_trace.png width=500 />

#### 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`
Expand Down

0 comments on commit 3d3198a

Please sign in to comment.