Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

頭部、胸部カメラサンプル追加 #153

Merged
merged 55 commits into from
Feb 21, 2024
Merged

頭部、胸部カメラサンプル追加 #153

merged 55 commits into from
Feb 21, 2024

Conversation

Kuwamai
Copy link
Contributor

@Kuwamai Kuwamai commented Dec 13, 2023

What does this implement/fix?

頭部カメラと胸部カメラを用いた物体追従サンプルを追加します。

Does this close any currently open issues?

しません

How has this been tested?

Sciurus17とRealSense、胸部カメラをPCに接続し、下記コマンドで起動します。

ros2 launch sciurus17_examples demo.launch.py
ros2 launch sciurus17_examples head_camera_tracking.launch.py
ros2 launch sciurus17_examples chest_camera_tracking.launch.py

Any other comments?

なし

Checklists

@Kuwamai Kuwamai added the Type: Feature New Feature label Dec 13, 2023
@Kuwamai Kuwamai changed the title 頭部カメラサンプル追加 頭部、胸部カメラサンプル追加 Dec 18, 2023
@ShotaAk
Copy link
Contributor

ShotaAk commented Dec 25, 2023

usb_camパッケージの変更により/dev/video*/以外のデバイス名を認識できなくなりました。

下記のように chest_camera.launch.py の変更をお願いします。

            parameters=[
                {'video_device': os.path.realpath('/dev/chestcamera')},

ros-drivers/usb_cam#298

Copy link
Contributor

@ShotaAk ShotaAk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

胸カメラサンプルを動かしました。コメントの確認お願いします。

sciurus17_examples/src/color_detection.cpp Outdated Show resolved Hide resolved
sciurus17_examples/src/color_detection.cpp Outdated Show resolved Hide resolved
sciurus17_examples/src/color_detection.cpp Outdated Show resolved Hide resolved
sciurus17_examples/CMakeLists.txt Outdated Show resolved Hide resolved
sciurus17_examples/package.xml Outdated Show resolved Hide resolved
sciurus17_examples/src/color_detection.cpp Outdated Show resolved Hide resolved
sciurus17_examples/src/color_detection.cpp Outdated Show resolved Hide resolved
sciurus17_examples/src/color_detection.cpp Outdated Show resolved Hide resolved
sciurus17_examples/src/object_tracker.cpp Outdated Show resolved Hide resolved
sciurus17_examples/src/object_tracker.cpp Outdated Show resolved Hide resolved
@ShotaAk ShotaAk merged commit 22ba7f8 into ros2 Feb 21, 2024
2 checks passed
@ShotaAk ShotaAk deleted the add_camera_sample branch February 21, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants