Hi, I am using an Intel RealSense camera with the realsense2_camera
ROS2 driver. When running my object detection node in stretch deep perception , I get the following error in the logs:
[realsense2_camera_node-4] [ERROR] [xxxxx]: Given value, 63 is invalid. Set ROS param back to 100
After this, the camera stops the depth and RGB sensors. So the Rviz opens but no Image is detected .
I suspect a parameter (possibly frame rate, exposure, or gain) is being incorrectly set to 63, but I am not sure which one.
What I’ve Tried:
- Listing active parameters using:
ros2 param list /realsense2_camera_node
In this it was saying node not found . Can someone help me with this problem .