-
Notifications
You must be signed in to change notification settings - Fork 47
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
Launching muiltiple cameras #4
Comments
You have to change the name of them, let me see if tonight I could do something or at least look for a demo You could do that in the launch file |
There you go, this is ian example using 6 cams. Put this is an UDRF file in the urdf folder of this repo.
Then you call this urdf file in a launch file like the author of this repo does in other launch files. Then you profit. |
I do not know if this may still be helpful to someone, but I did this fix that works for me and may be more scalable. Changing the camera name at line 142 of
|
Hi there,
I noticed there is a
test_d435_multiple_cameras.urdf.xacro
file. I tried changing the file path to point to this xacro file inside ofview_d435_model_rviz_gazebo.launch
, however i got the error that both cameras were trying to publish to the same topic. How could I spawn multiple cameras and receive information from them on different topics?Thanks
The text was updated successfully, but these errors were encountered: