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

faty's profile - activity

2018-04-24 06:58:54 -0500 received badge  Notable Question (source)
2016-05-08 15:30:19 -0500 received badge  Famous Question (source)
2015-11-02 01:52:41 -0500 received badge  Popular Question (source)
2015-04-03 00:49:20 -0500 received badge  Famous Question (source)
2015-02-24 06:26:38 -0500 received badge  Famous Question (source)
2015-01-03 16:51:46 -0500 received badge  Notable Question (source)
2015-01-02 09:28:56 -0500 received badge  Popular Question (source)
2014-12-31 08:16:42 -0500 asked a question Ros Turtelbot

I'm new user in turtelbot 2;

I have some questions

1- when we use the netbook (basic configurating), it's necessary to connect the netbook with turtelbot2 via usb cable? 2- when we will test some package like RGBDSLAM, it's preinstalled or we must to download in the netbook. 3- when we verify the connection from Turtelbot to ROS master, we get the following error " Unable to communicate with master", then we use ssh, but it still the same error.

Finally, please if you have some videos or tutorials for how to start the turtlbot, can send it.

thanks for your helps.

2014-10-21 09:57:03 -0500 received badge  Famous Question (source)
2014-10-21 09:57:03 -0500 received badge  Notable Question (source)
2014-08-21 16:39:05 -0500 received badge  Notable Question (source)
2014-08-21 10:30:52 -0500 asked a question ROS fuerte and PCL visualizer

Hi,

I would like to know how to visualize the clouds as it is done in ROS fuerte, explicitly I would like to now how to change the camera position in the visualizer once I change its position in the reality. I have tried several pcl visualizer function as : resetCameraViewpoint ,resetCamera , setCameraPosition.

Any help will be appreciated.

Thank you !

2014-08-21 09:18:32 -0500 received badge  Popular Question (source)
2014-08-21 05:58:17 -0500 commented answer Delete duplicate point cloud of the same part.

thanks for your reply, but I'is not what I' am loking for. ^^

2014-08-20 17:36:14 -0500 asked a question Delete duplicate point cloud of the same part.

Hi; I would to create a 3D map with Kinect, using PCL, I have two point cloud aligned and concatenated but their concatenation contains duplicate point cloud of the same part. How can I delete this duplication without losing data. I really appreciate any kind of help ! Thanks.

2014-08-20 04:45:28 -0500 received badge  Enthusiast
2014-08-19 11:30:13 -0500 received badge  Popular Question (source)
2014-08-19 09:41:45 -0500 asked a question Turn Kinect in the left and the right

Hi; I used the openni function xnUSBSendControl to move the KInect's motor up and down, and now I'm looking to turn that motor in the left and right. Thanks

2014-08-19 07:55:11 -0500 received badge  Famous Question (source)
2014-08-19 05:13:04 -0500 commented answer Kinect fps

I have found the openni configuration file and I have set FPS to 1 in depth, image (rgb) and IR, but when I try to use the Kinect with this configuration I get this error: CvCapture_OpenNI::setDepthGeneratorProperty : Device Protocol: Bad Parameter sent ! thanks.

2014-08-19 04:56:25 -0500 answered a question Kinect fps

Hi; Thank you for your reply, I will try to change the openni driver configuration and give a feed back asap.

2014-08-19 02:24:16 -0500 received badge  Notable Question (source)
2014-08-18 22:04:39 -0500 received badge  Popular Question (source)
2014-08-18 10:21:38 -0500 asked a question Kinect fps

Hi, I would like to know if it's possible to change the number of fps of kinect, i'm getting 30 fps and I would like to get 1 frame par second. Any help will be appreciated. thnx in advance.

2014-08-12 21:35:04 -0500 received badge  Notable Question (source)
2014-08-12 18:56:39 -0500 received badge  Popular Question (source)
2014-08-12 18:33:56 -0500 edited question how to aligne the point clouds

Hi, Please I have to cope with the point cloud registration problem. I'm using a Kinect for grabbing rgb and depth map. I have two point clouds that need to be aligned (merge)! Firstly I get the rgb and depth images that I called respectively rgb1,rgb2, depth1 and depth2. After that, from these images I have generated 2 point clouds called point cloud 1 and point cloud 2 , then I projected the first point cloud ( PCL visualizer). Now I need to add the second point cloud. So for that I have done : 1)-Detection / Description keypoint using SURF applied on the rgb iamges 2)- Matching using Flann Matcher and keepin just the good matches (Threshold trick ) I got the homography and fundamental matrix using RANSAC , also I have used the function estimateAffine3D so I can apply one of the matrices on the second cloud to merge it with the first one, but it is not working ! I really appreciate any kind of help ! Thank you ^^