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

Any way to increase the TF frame rate for the camera topics? #84

Closed
gabrielarpino opened this issue Aug 7, 2016 · 2 comments
Closed
Labels

Comments

@gabrielarpino
Copy link

Hi,

Just posting here a quick question on how to change the TF frame rate for the camera topics (increase the frame rate), because I get the following Warnings when running Realsense R200 with RTAB:

[ WARN] [1470216120.812503232, 1470155297.576390646]: rtabmapviz: Could not get transform from odom to camera_depth_optical_frame after 0.200000 seconds (for stamp=1470155297.151934)!

Let me know if there is any parameter i could change or service I could call that might fix this problem by increasing the TF frame publication rate of the camera. Thanks!

Gabe

@mdhorn mdhorn self-assigned this Aug 10, 2016
@mdhorn
Copy link

mdhorn commented Aug 11, 2016

Sorry for the delayed answer.

We don't have a way to change the rate on the TF, but have fixed this issue in the latest code on the branch ('indigo-devel') by changing this to a Static Transform. The data isn't dynamic, and we probably should have just used a Static TF from the beginning.
#79

You can build the code yourself from the 'tip' of indigo-devel for indigo or kinetic, or I'm attaching a Debian packages built from the latest code as we won't a have a new released package for a week or more. We need to fix at least one more open Issue before making an official release.
debian_pkgs.zip
unzip debian_pkgs.zip
sudo dpkg -i ros-kinetic-realsense-camera_1.3.99-0xenial_amd64.deb

Let me know if this resolve your problem.

@mdhorn
Copy link

mdhorn commented Aug 20, 2016

Static transform will be the default with the release of 1.4.0 next week.

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