ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

find transformation rgbdslam

asked 2012-09-20 07:30:03 -0500

Moataz Elmasry gravatar image

updated 2014-01-28 17:13:42 -0500

ngrennan gravatar image

Hello

I managed to get rgbdslam up and running under ros electric and ubuntu 10.04

I'd like to know the transformation between two frames using rgbdslam. the topics being published are of type PointCloud2 and markers. Is this possible?

Many thanks

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-09-20 12:26:24 -0500

RossK gravatar image

After having finished processing some kinect data, you can select "Save node wide" under the Graph menu to save all the point clouds making up the model as separate pcd files. You can then obtain the transformations between the pointclouds by selecting "Save Trajectory Estimate" under Processing. This will save a text file containing the transformations between camera poses.

edit flag offensive delete link more
0

answered 2012-09-24 10:55:45 -0500

What Rossk says is correct. The transformation information for every processed frame is also published on the topic /tf, usually as the transformation from /map to /base_link. The first frame processed defines the origin of /map and everything else is given relative to it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-20 07:30:03 -0500

Seen: 415 times

Last updated: Sep 24 '12