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

RSO2 Dynamic reconfigure for RGB camera parameters (D455/D457) #2663

Closed
ruthvik92 opened this issue Mar 20, 2023 · 3 comments
Closed

RSO2 Dynamic reconfigure for RGB camera parameters (D455/D457) #2663

ruthvik92 opened this issue Mar 20, 2023 · 3 comments
Labels

Comments

@ruthvik92
Copy link

Hello,
I am using a D455 with ROS2, I would like to get hold of an example that shows how to set RGB camera parameters dynamically.
I have a simple subscriber python code that subscribes to RGB and Depth topics. I would like to modify this code to adjust the RGB camera parameters before I save an image to disk.

ROS2 - Humble
Ubuntu - 22.04.2
Real sense drivers - 2.53.1

@ruthvik92 ruthvik92 changed the title Dynamic reconfigure for RGB camera parameters (D455/D457) RSO2 Dynamic reconfigure for RGB camera parameters (D455/D457) Mar 20, 2023
@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Mar 21, 2023

Hi @ruthvik92 ROS2 does not have dynamic_reconfigure. It instead uses rqt_reconfigure to dynamically change parameters. #2565 demonstrates changing parameters with ros2 run rqt_reconfigure rqt_reconfigure

At #345 (comment) a RealSense user discusses importing dynamic_reconfigure in a ROS Python script in ROS1 and setting parameters. I could not find a similar example for ROS2 to confirm whether that procedure was adaptable for import of rqt_reconfigure in Humble with a Python script though, unfortunately.

@MartyG-RealSense
Copy link
Collaborator

Hi @ruthvik92 Do you require further assistance with this case, please? Thanks!

@MartyG-RealSense
Copy link
Collaborator

Case closed due to no further comments received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants