-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Get_device_time_ms()took too long (more then 2 mScecs) #1262
Comments
Please make sure you have the rgbd package for ROS Kinetic installed by using the instruction below: sudo apt install ros-kinetic-rgbd-launch |
@MartyG-RealSense |
If you have multiple udev rules then guidance is provided in the link below about which one is safe to remove. |
@Jenny0420 The guidance was that the rule under 60-librealsense2-udev-rules.rules was the one that should not have been removed because it breaks Debian. The one that should have been removed is the one under the etc folder. |
oh...sorry . |
Before doing that, you could try rebuilding the udev rules with this: sudo apt-get install librealsense2-dkms |
the 'librealsense2-dkms'was the last vision |
Your knowledge of udev rules installation is probably better than mine! If you are going to have to do a fresh install anyway if it does not work, you may as well try it. |
i have tired and it doesn't work .i try to remove all (realsense SDK , ros ,realsense-ros) |
Good luck! |
@MartyG-RealSense this is a new warn i've never met before. and in rviz when i choose the topic ,i found that the "depth_registered" is gone,i can't see the pointcloud2 image |
Hi @Jenny0420 On Ubuntu, support for frame metadata has to be patched in if you are building from source. https://dev.intelrealsense.com/docs/frame-metadata#section-os-support An exception to this is if you build from source using the backend method, which requires an internet connection. Metadata support is then included in the build. The backend installation method is described in the link below. IntelRealSense/librealsense#6710 (comment) Looking at your log extract though, it does not seem that an absence of metadata has "killed" the launch process. The link below describes how to get an RGBD pointcloud with pointcloud2 and display it in RViz by setting Fixed Frame to camera_link. https://github.com/IntelRealSense/realsense-ros#rgbd-point-cloud |
Hi @Jenny0420 Do you still require assistance with this case please, or can it be closed? Thanks! |
Case closed due to no further comments received. |
camera : intel realsense D435

ros kinetic + ubuntu 16.04 LTS
my librealsense already done ,when i run "realsense-viewer",i can get the RGB Picture and Depth
And my realsense- ros already done yet,in rviz i can get the image like this
but when i run "roslaunch realsense2_camera rs_rgbd.launch"
i have got an error,like this:
when i run the "raulmur/ORB_SLAM2",i can't get the image,like this
Thanks for any help !!
The text was updated successfully, but these errors were encountered: