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

[NOETIC] Ubuntu 20.04 - Drivers crash while trying to connect multiple devices using Ax5 GigE camera. #215

Open
ghoulishRa opened this issue Oct 9, 2024 · 1 comment

Comments

@ghoulishRa
Copy link

Im trying to run three different cameras on my application, two orbbec gemini2 and the Ax5 camera. I have managed to launch them for separate but when I try to merge them in a single launch file the gemini2 data acquisition stops and the Ax5 camera disconnects. Im using the camera.launch file to run the Ax5, just modified the frame rate to 15fps.

this is my launch file

<include file="$(find multi_launch)/launch/gemini2L.launch">
    <arg name="camera_name" value="camera_01"/>
    <arg name="usb_port" value="2-1.1"/>
    <arg name="device_num" value="2"/>
</include>

<include file="$(find multi_launch)/launch/gemini2.launch">
    <arg name="camera_name" value="camera_02"/>
    <arg name="usb_port" value="2-1.2.1"/>
    <arg name="device_num" value="2"/>
</include>

<include file="$(find multi_launch)/launch/camera.launch">
    <arg name="camera_name" value="thermal_camera"/>
    <arg name="device_type" value="GigE" /> 
</include>
@ghoulishRa ghoulishRa added the ROS2 This problem occurs with the ROS2 driver label Oct 9, 2024
@berndpfrommer berndpfrommer removed their assignment Oct 9, 2024
@berndpfrommer berndpfrommer removed the ROS2 This problem occurs with the ROS2 driver label Oct 9, 2024
@berndpfrommer
Copy link
Collaborator

Sorry, the ROS1 driver does not seem to be supported anymore!

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

No branches or pull requests

2 participants