-
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
Start multiple camera nodes from single roslaunch XML #22
Comments
Official support for Multiple cameras is being release soon. |
@mdhorn Do you have a timeline for this release? |
We don't have a hard date for this fix. It is high on the list, but there are a couple of other items that are in front of it. The issue stems from librealsense assuming all cameras would be started from the same process/thread whereas our ROS module launches each as a separate process via a nodelet. |
@nmertins @prarobo This required some changes at the librealsense level, which has been implemented in their latest "master" branch IntelRealSense/librealsense@bff3ab5 We are waiting for librealsense to make a "release", to update our ROS repo with the related launch file changes. In the mean time, you could do the following:
Thank you for your patience and please let us know if this works. |
Fixed in Release 1.1.0 |
…atrix-rotation Rar 153 identity matrix rotation
Person tracking updates
System Configuration
It'd be nice to be able to start up multiple camera nodes from a single .launch file. For example:
Running the script above results in the following error which brings down the process:
The text was updated successfully, but these errors were encountered: