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

camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 #75

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

YusukeKato
Copy link
Contributor

@YusukeKato YusukeKato commented Nov 20, 2023

What does this implement/fix?

camera_downwardをtrueにすると、RGBカメラのモデルが斜め30度下を向き、画像トピックの姿勢も同じように斜め30度下を向きます。

Does this close any currently open issues?

しません。

How has this been tested?

下記のコマンドを実行すると、Gazebo上でRGBカメラが斜め30度下を向いていることを確認できます。また、RViz上では画像トピックの姿勢が斜め30度下を向いていることも確認できます。

rt-net/raspimouse_description#50 が必要です。

ros2 launch raspimouse_gazebo raspimouse_with_line_follower_field.launch.py use_rgb_camera:=true camera_downward:=true

Any other comments?

Checklists

@YusukeKato YusukeKato self-assigned this Nov 20, 2023
@YusukeKato YusukeKato added the Type: Feature New Feature label Nov 20, 2023
declare_arg_camera_downward = DeclareLaunchArgument(
'camera_downward',
default_value='false',
description='Set "true" to camera down.')
Copy link

Choose a reason for hiding this comment

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

Suggested change
description='Set "true" to camera down.')
description='Set "true" to point the camera downwards.')

Copy link

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

LGTM

@ShotaAk ShotaAk merged commit 825e683 into ros2 Nov 21, 2023
2 checks passed
@ShotaAk ShotaAk deleted the add-camera-downward branch November 21, 2023 08:53
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