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

Kinect-like data publisher #1298

Merged
merged 2 commits into from
Aug 1, 2018
Merged

Conversation

Parnia
Copy link
Contributor

@Parnia Parnia commented Jul 27, 2018

This is a new feature in which Kinect-like data is published in ROS.
The published topic are:
/camera/depth_registered/image_raw (RGB image)
/camera/rgb/image_rect_color (depth image)
/camera/rgb/camera_info (camera Information including camera parameters)
/tf (the relationship between coordinate frames)

You can use this python script to run RTAB-Map SLAM, or any other SLAMs.
This is a screen-shot of 3D map of RTAB-Map in Landscape Mountains environment, using data published by kinect_publisher.py:

screenshot from 2018-07-28 00-11-18

@msftclas
Copy link

msftclas commented Jul 27, 2018

CLA assistant check
All CLA requirements met.

@Parnia Parnia changed the title Feature/kinect publisher Kinect-like data publisher Jul 27, 2018
@sytelus sytelus merged commit 072be25 into microsoft:master Aug 1, 2018
@BrunoXL
Copy link

BrunoXL commented Nov 7, 2018

@Parnia how you made to run RTMAP slam?
From their tutorial I tried to run kiinect only version but I got the error below that causes rgbd_odometry to crash:

   terminate called after throwing an instance of 'cv_bridge::Exception'
   what():  Image is wrongly formed: height * step != size  or  480 * 1920 != 110592

Dou you have any clue?

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

Successfully merging this pull request may close these issues.

None yet

5 participants