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

hahaha's profile - activity

2015-03-23 10:19:44 -0500 received badge  Famous Question (source)
2015-03-09 20:27:59 -0500 received badge  Famous Question (source)
2014-01-28 17:27:59 -0500 marked best answer map building with rgbslam

Hi

I am using ubuntu 11.04, electric and kinect with openni.

I want to build 3D indoor map.

So I read the rgbslam (http://www.ros.org/wiki/rgbdslam).

But I don't know how to use it.

How to create maps using rgbslam?

Or Do you know other way??

2014-01-28 17:26:34 -0500 marked best answer Create a map building with kinect

Hi

I am using ubuntu 11.04, electric and kinect with openni.

I only study tutorials (http://www.ros.org/wiki/ROS/Tutorials)

and openni_launch (http://www.ros.org/wiki/openni_launch).

I'm still new to ROS.

I want to build 3D indoor map.

But I don't know what to do.

How to create maps using ROS and Kinect?

Can you teach method, tutorial, material etc. ?

please~~

2014-01-28 17:26:31 -0500 marked best answer kinect's the world coordinate

kinect 3D point has the world coordinate (x,y,z).

where is the the origin of the world coordinates(0,0,0)?

2013-11-27 03:27:45 -0500 received badge  Taxonomist
2013-05-13 05:30:45 -0500 received badge  Notable Question (source)
2013-05-13 05:30:45 -0500 received badge  Popular Question (source)
2012-12-31 13:04:48 -0500 received badge  Famous Question (source)
2012-12-31 13:04:48 -0500 received badge  Popular Question (source)
2012-12-31 13:04:48 -0500 received badge  Notable Question (source)
2012-11-07 10:40:35 -0500 received badge  Famous Question (source)
2012-11-07 03:48:20 -0500 received badge  Notable Question (source)
2012-10-11 01:29:25 -0500 received badge  Famous Question (source)
2012-08-29 04:52:00 -0500 commented answer get the raw kinect data

I am sorry~ but I don't find "add comment" in windows. How can I find it. I use ros in ubuntu now. And can you answer my former question? please

2012-08-28 05:09:40 -0500 answered a question get the raw kinect data

I also read the page (http://openkinect.org/wiki/Imaging_Information#Depth_Camera)

" The raw 11-bit disparity value to a depth value in centimeters is:

100/(-0.00307 * rawDisparity + 3.33). "

  1. depth value = distance. Is it right?

  2. So, how can I get the rawDisparity?

2012-08-21 03:58:36 -0500 received badge  Notable Question (source)
2012-08-21 03:58:36 -0500 received badge  Popular Question (source)
2012-08-19 22:07:31 -0500 received badge  Notable Question (source)
2012-08-19 22:07:31 -0500 received badge  Popular Question (source)
2012-08-17 08:31:40 -0500 received badge  Famous Question (source)
2012-08-17 08:31:40 -0500 received badge  Popular Question (source)
2012-08-17 08:31:40 -0500 received badge  Notable Question (source)
2012-08-17 01:56:15 -0500 received badge  Popular Question (source)
2012-08-15 19:29:19 -0500 received badge  Popular Question (source)
2012-08-15 19:29:19 -0500 received badge  Notable Question (source)
2012-08-15 19:29:19 -0500 received badge  Famous Question (source)
2012-08-15 07:17:13 -0500 received badge  Famous Question (source)
2012-08-15 07:17:13 -0500 received badge  Popular Question (source)
2012-08-15 07:17:13 -0500 received badge  Notable Question (source)
2012-07-24 05:42:26 -0500 asked a question kinect depth value

I know that each pixel in the depth image is supposed to relate to the distance

of that part of the scene, but no unit ( not [mm] ).

How do we translate from these value to a distance measurement in some kind of

useful units like [mm]?

Can you tell me the changable fomula?

2012-07-19 05:16:43 -0500 commented answer build map with kinect

And can you teach map-building materials or tutorials?

2012-07-19 05:13:18 -0500 commented answer build map with kinect

I want to 3D map. Just z=0 of x,y,z data. I want to changing data. Is there no way?

2012-07-19 04:46:14 -0500 asked a question build map with kinect

Hi

I am using ubuntu 11.04, electric and kinect with openni.

I only read tutorials (http://www.ros.org/wiki/ROS/Tutorials),

openni_launch (http://www.ros.org/wiki/openni_launch),

rbgdslam (http://www.ros.org/wiki/rgbdslam).

I'm still new to ROS.

I want to build 3D indoor map.

First, I want to do (z=o) floor map building.

(From x,y,z depth data to z=0 data)

But I don't know what to do.

How to create maps using ROS and Kinect?

Can you teach method, tutorial, material etc. ?

Thank you~

2012-07-18 05:34:32 -0500 asked a question get rgbdslam map data

I am using ROS electric on Ubuntu 11.10..

I want to use kinect for SLAM. In this process I can't get the map generated

using rgbdslam package and I don't know how to obtain the rgb and depth data

generated by the sensor. Just look display ( roslaunch rgbdslam

kinect+rgbdslam.launch )Where is the map, the rgbd data stored and how can I

obtain it?

I am new to this thing.

somebody help me~~

2012-07-17 06:03:33 -0500 commented question map building with rgbslam

To start RGBDSLAM launch " roslaunch rgbdslam kinect+rgbdslam.launch" I see the rgb and depth image. After, I don't know what to do. how to process the image