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

Launch camera based on port number (or model) #904

Closed
doisyg opened this issue Aug 29, 2019 · 2 comments
Closed

Launch camera based on port number (or model) #904

doisyg opened this issue Aug 29, 2019 · 2 comments

Comments

@doisyg
Copy link

doisyg commented Aug 29, 2019

Currently, the only way to distinguish which camera to use in a multi camera/multi model configuration is to use the serial number of the camera device. This is not easy to maintain.
Would it be possible to use the camera1_usb_port_id as in the legacy package?

<group ns="$(arg camera1)">
<include file="$(find realsense_camera)/launch/includes/nodelet.launch.xml">
<arg name="manager" value="/$(arg manager)" />
<arg name="camera" value="$(arg camera1)" />
<arg name="camera_type" value="$(arg camera1_camera_type)" />
<arg name="serial_no" value="$(arg camera1_serial_no)" />
<arg name="usb_port_id" value="$(arg camera1_usb_port_id)" />
</include>
</group>

In addition having a filter based on the camera model to be able to launch concurrently a D435 and a T265 without using serial numbers.

@doronhi
Copy link
Contributor

doronhi commented Oct 24, 2019

Added option in #966, #964, #960.

@RealSenseCustomerSupport
Copy link
Collaborator


Hi @doisyg, Do you need further help on this?
If we don't hear from you in 7 days, we will close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants