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

periphery's profile - activity

2013-04-16 20:46:50 -0500 received badge  Famous Question (source)
2012-10-31 02:30:14 -0500 received badge  Famous Question (source)
2012-10-31 02:30:14 -0500 received badge  Popular Question (source)
2012-10-31 02:30:14 -0500 received badge  Notable Question (source)
2012-10-20 17:34:36 -0500 received badge  Popular Question (source)
2012-10-20 17:34:36 -0500 received badge  Notable Question (source)
2012-09-18 08:23:15 -0500 received badge  Famous Question (source)
2012-09-10 15:24:08 -0500 received badge  Nice Question (source)
2012-09-09 00:23:06 -0500 received badge  Popular Question (source)
2012-09-09 00:23:06 -0500 received badge  Notable Question (source)
2012-09-06 05:10:12 -0500 received badge  Notable Question (source)
2012-09-06 05:10:12 -0500 received badge  Famous Question (source)
2012-09-06 05:10:12 -0500 received badge  Popular Question (source)
2012-08-24 05:59:19 -0500 received badge  Popular Question (source)
2012-08-24 05:59:19 -0500 received badge  Notable Question (source)
2012-08-24 05:59:19 -0500 received badge  Famous Question (source)
2012-07-26 08:08:55 -0500 received badge  Student (source)
2012-07-03 11:07:33 -0500 asked a question RGBDSLAM Data Collection

Hi,

I am using RGBDSLAM on Ubuntu 11.10, on ROS Electric, and a Kinect camera. My goal is to basically move around my room with the camera and create a 3-D map of my room. I guess that just means turning up the RGBDSLAM GUI on the terminal, and then hitting space to record data from the video stream generated. I am wondering, after this, I can simply save these data, but do I have to do anything further? Say, for instance, write some code to further process this data? Or that is enough for the sole purpose I am trying to achieve?

Thanks.

2012-06-20 07:01:38 -0500 commented question RGBDSLAM display issues

@Felix Endres : I couldn't find the use_glwidget parameter in any launchfile. Which launchfile were you talking about specifically? I am in ros/rgbdslam/launch directory.

2012-06-18 06:33:02 -0500 asked a question RGBDSLAM GPU requirements

Just wondering what the GPU requirements for RGBDSLAM are. I am using a pretty mediocre graphics card, and RGBDSLAM seems to very laggy and in general unable to display images properly, so I don't know if it might be an issues with the graphics card.

2012-06-18 05:38:56 -0500 asked a question RGBDSLAM display issues

Hi, I am using RGBDSLAM on a Ubuntu 11.10 machine, with ROS Electric installed. I am using a Kinect camera to get the video feed. When I open the rgbdslam GUI using:

rosrun rgbdslam rgbdslam

I can see the monochrome image and depth image, but on the top window, I am supposed to see the 'map', right? But what I see is basically the background wallpaper (the desktop) right through it. I am confused as to why this happens.

I also ran rviz, and so far it does say that I am subscribed to a pointcloud2. However, even in rviz I do not get to see a 'map' or a video feed, just a black background screen as set by default.

Can anyone help?

2012-06-04 08:34:26 -0500 asked a question RGBD SLAM GUI not displaying any video feed

Hi, I am using ROS Diamondback on Ubuntu 10.04 running on VMware Player. I have also connected a Kinect camera via USB. I think I have installed all required drivers and build all the necessary files without failures.

However, when I execute this command:

roslaunch rgbdslam kinect+rgbdslam.launch

The RGBDSLAM GUI opens up, but it doesn't display any video. Two windows in the bottom say "Waiting for monochrome image..." and "Waiting for depth image..."

When I press space and stop, I see that 0 bytes of data has been recorded. The same thing happens when I press enter to get a single frame.

I am sort of stuck at a dead end, and really have no clue where things are going wrong. Any help would be appreciated.

2012-05-29 17:26:45 -0500 received badge  Editor (source)
2012-05-29 06:49:28 -0500 asked a question Does rviz run properly on a virtual machine? I followed all instructions but the display is just a blank screen.

Can anyone verify whether rviz absolutely doesn't work on a virtual machine or not? I am using ROS Diamondback and a Kinect camera (whose drivers have been installed properly. Thanks.

EDIT Hi, I am using VMware Player, and my local machine is Windows 7 (64 bit).

I will put some more details about how I am trying to hook up Kinect. I am following instructions from this link: http://www.ros.org/wiki/openni_camera

To be specific, I am having issues with Step 4 in the link above. For example, for this command:

roslaunch openni_camera openni_node.launch

The terminal window notifies that is looking for a device, and when I plug in my Kinect, it detects it. So I can assume that this is working?

I then do: rosrun rviz rviz And the rviz GUI opens up. I set up and PointCloud 2 display and change all the parameters as mentioned, even changing the background to grey, but then the screen just shows grey colour, and no video feed from the Kinect camera. And the status is "Warning". And the .Global Status is "OK".

Sorry for a very long and confusing post. But I am really new to ROS and I have had a lot of trouble trying to configure SLAM in it.

Thanks for reading.