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

How to change refresh rate of streams? #24

Open
xkaraman opened this issue Feb 8, 2021 · 0 comments
Open

How to change refresh rate of streams? #24

xkaraman opened this issue Feb 8, 2021 · 0 comments

Comments

@xkaraman
Copy link

xkaraman commented Feb 8, 2021

Following documentation i successfully enabled realsense d435 on my robot. I want to check for refresh rates so i changed the following lines in _d435.gazebo.xacro.

Firstly, it says that refresh rate should be 60.0 (HZ) as denoted here

<depthUpdateRate>60.0</depthUpdateRate>

Both Gazebo Topics review and rostopic hz /camera/color/image_raw report at around 20 HZ. I don't think this is expected behavior.

Secondly,I tried to change them from

<depthUpdateRate>60.0</depthUpdateRate>
<colorUpdateRate>60.0</colorUpdateRate>
<infraredUpdateRate>60.0</infraredUpdateRate>

to

<depthUpdateRate>10.0</depthUpdateRate>
<colorUpdateRate>10.0</colorUpdateRate>
<infraredUpdateRate>10.0</infraredUpdateRate>

but nothing happend. Refresh rate remained at 20 HZ as before.

Is this a bug? How can i change the refresh rate? Or did i completely misunderstood the updateRate and publish rate?

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

1 participant