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

Rohitdewani's profile - activity

2018-04-23 07:59:30 -0500 received badge  Famous Question (source)
2015-02-12 04:16:41 -0500 received badge  Taxonomist
2013-11-22 04:06:13 -0500 received badge  Famous Question (source)
2013-10-02 12:54:16 -0500 received badge  Famous Question (source)
2013-08-16 08:52:06 -0500 received badge  Notable Question (source)
2013-05-17 03:19:37 -0500 received badge  Notable Question (source)
2013-05-05 09:57:32 -0500 received badge  Popular Question (source)
2013-05-04 12:58:02 -0500 received badge  Notable Question (source)
2013-05-04 12:56:31 -0500 asked a question How do I Publish pcd files in my folder on a topic?

So I have 100 pcd files. they look like this

VERSION .7 FIELDS x y z rgb SIZE 4 4 4 4 TYPE F F F U COUNT 1 1 1 1 WIDTH 38092 HEIGHT 1 VIEWPOINT 0 0 0 1 0 0 0 POINTS 38092 DATA ascii 224 0 681 2172952 229 0 662 2107159 ....

Now I want to publish these files one by one on a topic . How do I do that? I have gone through the pcl ros tutorials.They subscribe to a topic, do some processing inside the call back function and then they publish it on a topic.

What I want to do is just publish these pcd files on a topic

thanks

2013-04-22 16:36:24 -0500 received badge  Popular Question (source)
2013-04-19 22:35:10 -0500 asked a question Running two different cameras from uvc_camera driver?

Hi,

I have a whole robotic system in which I have a camera mounted on a robotic arm. One more camera is mounted on the top of a frame from which I can see my whole robotic system.

How can I start two cameras from just one camera driver? I have been able to start the two cameras with two different drivers.One was uvc_camera and the other one was gscam.

Please let me know thanks a lot

2013-04-05 06:38:13 -0500 received badge  Popular Question (source)
2013-04-03 17:04:39 -0500 commented answer how to generate 3D point cloud

Hi,

How do I achieve this transformation between chessboard and sensor? And then apply it to the rotating pots? Please explain in little detail. Thanks

2013-04-03 17:04:24 -0500 answered a question how to generate 3D point cloud

Hi,

How do I achieve this transformation between chessboard and sensor? And then apply it to the rotating pots? Please explain in little detail. Thanks

2013-03-31 23:07:41 -0500 received badge  Famous Question (source)
2013-03-29 00:09:55 -0500 asked a question filtering pointcloud in rgbdslam

Hi,

I have to make a 3D model of a rotating object. How do I filter the point cloud of the rgbdslam so that my Asus Xtion Pro Live can only see that rotating object.Nothing on the left of it ,nothing on the right of it and nothing behind it. If this filtering happens and when i rotate the object ,rgbdslam package will do the work of generating the 3D model of my object. I am an avid learner so if you can guide me or show me the right way I will be able to make some progress.

Thank you

2013-03-28 20:08:16 -0500 received badge  Supporter (source)
2013-03-27 18:41:34 -0500 received badge  Notable Question (source)
2013-03-27 14:48:10 -0500 commented answer How to take a 3D point cloud of rotating object with a fixed kinect position using RGBDSLAM?

That is a great idea.I cannot use the black cloth but May be I was thinking if I could make the changes in the RGBDSLAM source code it self to filter the images. Can you please tell me which file I should look into? Or may be if your could just guide me a little to write this node?

2013-03-27 12:17:31 -0500 received badge  Popular Question (source)
2013-03-26 21:26:55 -0500 received badge  Famous Question (source)
2013-03-26 13:54:29 -0500 commented answer how to generate 3D point cloud

Hi,

Thank you for your inputs. I will take point clouds by rotating the table. Then after that I did not understand what you meant by saying "The transformation between the chessboard and the sensor can be obtained by camera calibration"

How do I do this camera calibration?

2013-03-26 13:54:17 -0500 received badge  Editor (source)
2013-03-26 13:53:41 -0500 answered a question how to generate 3D point cloud

Hi,

Thank you for your inputs. I will take point clouds by rotating the table. Then after that I did not understand what you meant by saying "The transformation between the chessboard and the sensor can be obtained by camera calibration"

How do I do this camera calibration? I mean which package should I use or how should I start coding for camera calibration? Can you please explain a bit more?

Thanks Rohit

2013-03-26 12:58:32 -0500 asked a question How to take a 3D point cloud of rotating object with a fixed kinect position using RGBDSLAM?

Hi,

I have installed and used RGBDSLAM to take a 3D point cloud of my room. I am using Ros groovy on Ubuntu 12.04 . I have an ASUS Xtion Pro live.

Now my question:-

In my project I will not be able to move my Asus .My Asus can direclty look at a pot. But I have to take a 3D point cloud of a rotating pot with a plant in it. I can rotate the pot a full 360 degrees. How do I achieve this using RGBDSLAM?

Rohit

2013-03-24 23:32:24 -0500 received badge  Notable Question (source)
2013-03-24 02:54:30 -0500 received badge  Popular Question (source)
2013-03-23 11:50:24 -0500 received badge  Organizer (source)
2013-03-23 11:48:02 -0500 asked a question how to generate 3D point cloud

Hello,

I needed some help regarding 3D modeling. I have the Asus Xtion Pro live .I have installed the Openni drivers on ros groovy on Ubuntu 12.04 and I can see the depth registered point cloud in rviz.

Here, we have a rotating circular table on which there are 5 pots. There will be a robotic arm near one of the pots to pluck the fruit from the pot.This pot has DC motor under it because of which it can rotate full 360 degrees. Because it can rotate a full 360 I will be able to create a 3D model of the current state of the plant.

How do I create a 3D model of the pot (in which there is a plant with fruits for example:-strawberry) and then feed it to moveit! or rviz . Perform motion planning and simulations on the plant and the robotic arm for collision avoidance and the end result goal should be that the arm is near fruit.

I also have a webcam mounted on top of the robotic arm.

I have tried installing object recognition kitchen and is not installing. I have tried various other packages like ethzasl_icp_mapper but I am not sure how to use it for a rotating pot. Which package should I use and how do I use that package? I am trying all the packages that are available since 15 days and I am not being able to go further that is why I am sending such a long email. Please let me know how I should go ahead with this.

P.S:- I also have a hokuyo Laser Range Finder which I could use.