You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @JeremieBourque1 Since ROS wrapper version 2.2.22, a new profile system was introduced where the default configuration of the camera is selected in the rs_camera.launch file if the launch profile is invalid.
When setting a custom configuration, you should now provide three factors for each stream type that you are customizing - its height, width and FPS.
Doronhi the RealSense ROS wrapper developer provides further information about this in the link below.
In the log there is another problem with your ROS wrapper setup.
The above information indicates that you bult ROS wrapper 2.2.23 with librealsense SDK version 2.42.0 and then updated librealsense to version 2.43.0. If you update the librealsense version then you should build the ROS wrapper again afterwards.
Hi,
I am trying to lower the fps for the depth and color modules of my d455 but the parameters don't have any effect.
Launch file
Output
The log says that both depth and color are expected to run at 30 fps and if I check the publishing frequency with rostopic hz I get about 15 Hz.
My setup
OS: Ubuntu 18.04
SDK version: 2.43.0
ROS wrapper version: 2.2.23
d455 firmware version: 05.12.12.100
Any ideas how I can change the FPS?
Thanks
The text was updated successfully, but these errors were encountered: