Giter VIP home page Giter VIP logo

Comments (5)

jacksonkr avatar jacksonkr commented on May 19, 2024 1

@kingfolk

FYI there is the official rtabmap forum here: http://official-rtab-map-forum.206.s1.nabble.com/

It's where I ask all my non-issue related questions.

from rtabmap.

matlabbe avatar matlabbe commented on May 19, 2024

You can ask this type of question here, no problems!

If you are using rtabmap_ros, there is a small example here: https://github.com/introlab/rtabmap_ros/blob/master/launch/demo/demo_two_kinects.launch

For the constructor of SensorData you are referring:

  • rgb: side-by-side RGB images (e.g., it would be 1280x480 for two images of 640x480)
  • depth: side-by-side depth images (e.g., it would be 1280x480 for two images of 640x480)
  • cameraModels: The CameraModel for each camera. Make sure that localTransform of CameraModel represents exactly the transform from a fixed frame on the robot (e.g., /base_link on ROS). The localTransform should also contains the optical rotation R to put the images in x->forward, y->left, z->up referential. Example: localTransform = T*R, where T is the transformation of the camera from the fixed frame on the robot (e.g., your second camera may have pitch=PI/2 and some translation components) and R the optical rotation (roll=-PI/2, pitch=0, yaw=-PI/2).

cheers

from rtabmap.

kingfolk avatar kingfolk commented on May 19, 2024

Super!
Thank you!

from rtabmap.

kingfolk avatar kingfolk commented on May 19, 2024

Hi Mathieu,

i am wondering how you calibrate two rgbd cameras and get tfs?

thanks!

from rtabmap.

matlabbe avatar matlabbe commented on May 19, 2024

The TFs should be set manually. An automated calibration while mapping with both cameras is not yet implemented.

cheers

from rtabmap.

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.