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_info remapping in launch file doesn't work (melodic) #54

Open
paulacvalle opened this issue Sep 1, 2021 · 2 comments
Open

camera_info remapping in launch file doesn't work (melodic) #54

paulacvalle opened this issue Sep 1, 2021 · 2 comments

Comments

@paulacvalle
Copy link
Contributor

Hello, I am using this package with a pre-recorded data from an Intel RealSense camera, and my image depth topic is "/camera/aligned_depth_to_color/image_raw", but my camera_info topic is "/camera/color/camera_info". I can sucessfully remap the "image" topic in my launch file, but the "camera_info" topic uses the same path as "image" and does not remap.

I am not used to ROS in C++, so I don't know where I could change in the source code for this to work.

Currently using topic_tools relay to re-publish the "/camera/color/camera_info" topic as "/camera/aligned_depth_to_color/camera_info", but it's bothersome, so I decided to open this issue to let the developers know about it.

Thanks for developing this package and cheers!

@dt1729
Copy link

dt1729 commented Nov 24, 2022

Same problem as well, does not work with ROS noetic either.

@fernandaroeg
Copy link

Same problem for me in ROS noetic, had to republish my data to fit the topic

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

No branches or pull requests

3 participants