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

ros2 fixed camera_info service #291

Open
wants to merge 1 commit into
base: humble
Choose a base branch
from

Conversation

dariodenardi
Copy link

@dariodenardi dariodenardi commented Oct 21, 2023

I use two stereo cameras. When I calibrated the cameras with the ROS calibrator, after clicking on commit, the tool wrote four files simultaneously: cam_0.yaml and cam_1.yaml with the parameters of the left camera, and cam_0.yaml and cam_1.yaml with the parameters of the right camera. This caused me to lose the configuration of one camera.

The issue arises from both cameras using the same service: /camera_info. I resolved this problem by adding the camera's name in the constructor.

@dariodenardi dariodenardi changed the title fixed camera_info service ros2 fixed camera_info service Oct 22, 2023
Copy link
Collaborator

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

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

@ahcorde ahcorde added the ros2 Issues or Pull Requests targeting ROS2 label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ros2 Issues or Pull Requests targeting ROS2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants