-
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
Connect to camera using unique id #18
Comments
This issue has been fixed in Release 1.0.2 DetailsNote: The term "camera" here refers to Intel RealSense R200 cameras. It has been tested only for Linux Kernel version 4.4.0-040400-generic, librealsense version: 0.9 and R200 Firmware version: 1.0.72.06
Note: Launching multiple cameras simultaneously using serial_no has not be fully tested and must not be considered as part of this issue. It will be tested and confirmed in our future release. Although you may try by creating launch files similar to realsense_r200_rgbd.launch and giving a unique value for the "camera" namespace and "serial_no" parameter for each camera. E.g camera = "camera1" and serial_no = "2131007626". |
@reaganlo just tested out the latest release, configuring by serial number works. Even though you said it's untested, it appears two cameras work simultaneously using the method you suggested . Great job! :) I did notice though that when running two simultaneously, both cameras retain the parent link of "camera_link". e.g. If you set camera:=camera1, the rgb and depth links will be camera1_rgb_frame and camera1_depth_frame, but the parent link will be camera_link instead of camera1_link. I filed an issue for this #21 |
This fixes Issue IntelRealSense#18. Added code to handle various use cases for input serial number such as --Exit with error if no serial number is specified and multiple cameras are detected. --Exit with error if no camera is detected that matches the input serial number. --Prints all the detected cameras. Updated launch files with a placeholder for serial number. Updated rgbd_launch test code to remove hardcoded topic names.
…updates Update ignore file to Team Standard
person tracking: README & launch file fixes
The user will be able to specify a unique id in the launch file using the parameter "serial_no".
The text was updated successfully, but these errors were encountered: