-
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
D435&T265 serial needed? #931
Comments
If you are using a D435 and T265 together, you should make sure that the D435 is not activated first, otherwise it can cause problems. The link below has a script for delaying the D435's launch in ROS. |
Hi @MartyG-RealSense ! Thank you for your suggestion. I edit using timed_roslaunch: Thank you in advance. |
Another user got around the problem of needing a serial number by instead programming query_devices to look for the first device with the name 'T265' in it. |
Hi @gbr1, P.S. |
Hi @doronhi! Yes, the problem is to check on each robot the serial number. If I don't put it in arguments when I run T265 node, D435 starts instead. If I use realsense-viewer, everything is ok. Devices are correctly detected. Thank you in advance. |
I understand the need. I think it will help many other users. It was not on my desk so it might take me a while. |
@doronhi just tested that only T265 serial is needed: So I will put only it for the moment! |
Personally, to use both T265 and D435 together I exported the serial as environment variables :
It works fine, you just need to open a new terminal when changing devices. |
In the rs-enumerate-devices, the D435 is always on top(first to be detected?), I think that's why you only need the serial for the t265 |
Option added. |
@doronhi Thanks so much for adding that - I will direct people to the new information. |
Excellent! Thanks a lot. |
I see that some PRs went in to take care of this issue. I want to make sure there isn't anything further needed here @gbr1. If everything is ok then we can close this out. |
Hi,
just working on T265 and D435 but strange errors appeared, such as D435 considered a T265.
Is it needed serial number of each device as shown here rs_d400_and_t265.launch?
Using realsense-viewer, it can automatically detect which one is a D435 or a T265.
Is it impossible in realsense ros wrapper?
Thank you in advance!
The text was updated successfully, but these errors were encountered: