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

Fix reporting targets from RGBD camera #216

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Fix reporting targets from RGBD camera #216

merged 1 commit into from
Aug 17, 2022

Conversation

iche033
Copy link
Collaborator

@iche033 iche033 commented Aug 17, 2022

Signed-off-by: Ian Chen [email protected]

fixes #209.

Problem was that rgbd camera does not support the VisualAt function that is used to identify targets. I worked around the issue by creating a regular camera with the rgbd camera's resolution and hfov, which is used in place of the rgbd camera when a target report is received.

Steps for testing are similar to #195. Instead of using an mbzirc_hd_camera, use an mbzirc_rgbd_camera. The rgbd camera has lower resolution so when reporting targets, change coordinates to 320, 240

Copy link
Collaborator

@caguero caguero left a comment

Choose a reason for hiding this comment

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

Works for me, I was able to successfully identified the vessel and the small object.

@iche033 iche033 merged commit 2ff07e9 into main Aug 17, 2022
@iche033 iche033 deleted the rgbd_stream branch August 17, 2022 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simulator shuts down when reporting vessel
2 participants