-
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
Open_Manipulator_AR_Marker Timestamp Issue (Realsense D435) #1009
Comments
Sorry, I don't understand the issue. |
@MaidenOfTheMain Could you please provide more information as doronhi requested so that we can look into it further? Thanks! |
@MaidenOfTheMain Could you please update? Thanks! |
Hello, Sorry about the long term delay. Anyways I am still having issues with this problem, so I will be more than happy to provide the information needed. The steps I've performed are exactly as listed on this webpage provided by Robotis: I installed the ROS packages described along with the drivers for the Realsense 2, as they listed. I launched it as they described it as well. And that is where, in the terminal where the command they list for launching ar_pose.launch, is the error starts showing up. However, as of late, I've gotten the same message, but with times closer to each other, something like this:
I'm using a different USB C cable that came provided, and the cable can be found here: Edit: I should mention I tried the same steps above, same exact steps, on Ubuntu 16.04. And the error doesn't occur. So is this issue revolving around ROS / Ubuntu / Linux versions? |
@MarcoDotIO Did you apply the patch for kernel 5.0 as below? If not, please try to patch and test again. https://github.com/IntelRealSense/librealsense/blob/development/scripts/realsense-camera-formats-bionic-5.patch |
Thank you for the quick response. For anyone who's also having this problem, including myself, would you be able to provide a resource on applying such a patch? I have no experience with patching the Linux kernel myself. |
@MarcoDotIO Please refer to the script below to apply the patch. Or else you can also apply the patch manually. |
@RealSenseCustomerSupport Thank you for providing the patch file, though it seems like the shell file pertains to kernel version 4.16 rather than 5.0.0. And I did try running it and had this expected output from the script:
Should I go ahead and use patch-realsense-ubuntu-lts.sh? |
@MarcoDotIO Currently no such patch apply script specified for kernel 5.0, and you can refer to the steps in the script of kernel 4.16 to apply the patch manually for kernel 5.0. Or else you can use DKMS package referring to https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md |
There is a problem with frame timestamps. It was fixed in librealsense PR#5751 and will be released in the next version. It could be that the problem your are having is related to frames' timestamps. Are the timestamps advancing normally or are they going back and forth? |
@MarcoDotIO Any other questions with the reply of doronhi? Looking forward to your reply. Thanks! |
@MarcoDotIO Could you please update? Thanks! |
@MarcoDotIO PR#5751 IntelRealSense/librealsense#5751 merged in latest SDK v2.33.1 . Could you please have a try? Thanks! |
Hello, Apologies about the delay, the problem with the AR markers not being mapped seems to be solved with the latest update with SDK v2.33.1. Thank you guys so much for helping out! |
Hello,
I am opening this issue in regards to an issue I've been having involving RViz and the D435. This issue revolves around a time synchronization issue occurring between the two, with this error being outputted. Also note, this error occurs commonly between multiple machines. In my case, I am running on a single machine. :
[ERROR] [1575440969.925629154]: Lookup would require extrapolation into the future. Requested time 3150585447.856007099 but the latest data is at time 1575440969.935363491, when looking up transform from frame [camera_color_optical_frame] to frame [world]
Here are the following pieces of information to gather from:
Distro - Ubuntu 18.04.3 LTS
Linux kernel - 5.0.0-36-generic
RViz version - 1.13.5
Realsense Firmware - 5.12.0.0
Published topics - https://cdn.discordapp.com/attachments/643580745113403455/651648739567599616/output.txt
Package summary - https://ghostbin.co/paste/t2e7c
If any other information is needed, I'll provide it.
The text was updated successfully, but these errors were encountered: