Git Product home page Git Product logo

Comments (2)

reaganlo avatar reaganlo commented on July 20, 2024

This issue has been fixed in Release 1.0.2

Details

Note: 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

  • The nodelet will exit with error if no cameras are detected by the system.
  • The nodelet will print the serial_no of all the cameras detected by the system.
  • The nodelet will connect to a camera based on the serial_no parameter in the launch file.
  • If only one camera is detected by the system, the nodelet will connect to it even if the serial_no is not specified in the launch file.
  • The nodelet will exit with error if multiple cameras are detected by the system but no serial_no is specified in the launch file.
  • The nodelet will exit with error if an incorrect serial_no is specified in the launch file.

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".

from realsense-ros.

mirzashah avatar mirzashah commented on July 20, 2024

@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

from realsense-ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.