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

Andrius's profile - activity

2015-07-18 03:48:33 -0500 received badge  Nice Question (source)
2013-09-05 20:03:18 -0500 received badge  Famous Question (source)
2013-04-09 05:09:12 -0500 received badge  Taxonomist
2013-04-07 22:38:12 -0500 received badge  Famous Question (source)
2013-04-02 04:59:17 -0500 received badge  Notable Question (source)
2013-02-26 22:08:32 -0500 received badge  Famous Question (source)
2013-02-17 05:43:31 -0500 received badge  Famous Question (source)
2013-02-14 21:28:27 -0500 received badge  Famous Question (source)
2013-02-09 21:38:10 -0500 received badge  Popular Question (source)
2013-02-07 07:25:39 -0500 asked a question Stitch 4 Images in Rviz

All,

Any ideas on how I would stitch or "sew" 4 kinect images together making ONE panoramic image in rviz?

Thanks, Andy

2013-02-04 23:35:19 -0500 received badge  Notable Question (source)
2013-02-02 04:12:21 -0500 received badge  Notable Question (source)
2013-02-01 02:47:15 -0500 received badge  Popular Question (source)
2013-02-01 00:52:41 -0500 received badge  Nice Question (source)
2013-01-31 21:55:42 -0500 received badge  Popular Question (source)
2013-01-31 05:39:59 -0500 commented answer Remotely run "rosrun rviz rviz" from launch file

could you expound on that a bit? the machine tag seemed like a logical place to start, but i'm not sure of the syntax to remotely run rviz from my master to my workstation

2013-01-31 05:38:53 -0500 commented answer Remotely run "rosrun rviz rviz" from launch file

shade: thank you, but I am months beyond the point of the "network setup" for master -> workstation comunication....im writing code that remotely launches multiple kinects in rviz from my master system to my workstation via a single "roslaunch" command

2013-01-31 05:35:33 -0500 commented question Remotely run "rosrun rviz rviz" from launch file

That is correct. Any thoughts on how to do this?

2013-01-31 04:10:06 -0500 asked a question Remotely run "rosrun rviz rviz" from launch file

All,

Is there a way I can launch a launch file on the master that runs rviz on my workstation?

If so, could you provide an example?

Thank you! Andy

2013-01-28 18:45:30 -0500 received badge  Notable Question (source)
2013-01-28 10:57:49 -0500 received badge  Popular Question (source)
2013-01-28 05:00:04 -0500 received badge  Student (source)
2013-01-28 03:54:48 -0500 asked a question USB Graphics Card for Ubuntu 12.04LTS

Does anyone know about a USB Graphics card that has drivers that function in Ubuntu 12.04 LTS? The graphics card on my PC does not support multi-display functionality in Ubuntu OR RViz feeds from the kinect sensor...

Any suggestions on a good USB graphics card with Linux drivers?

Thanks! Andy

2013-01-28 01:50:12 -0500 asked a question Sick LMS Series Sensors

All,

I see on the ros.org website that the Sick LMS1xx & LMS2xx sensors are supported in ROS:

  1. Does anyone know if the new Sick LMS5xx sensor is supported?
  2. Does anyone know of a 360 degree Sick sensor supported in ROS?

Thank you in advance! Andy

2013-01-21 08:31:45 -0500 received badge  Notable Question (source)
2013-01-21 06:51:21 -0500 received badge  Popular Question (source)
2013-01-21 06:51:18 -0500 received badge  Famous Question (source)
2013-01-17 08:19:34 -0500 asked a question Multiple Kinects: Global Options parameter?

All,

I am trying to get two (2) kinects to display camera data in rviz. I run the below commands to set distinction between the kinects:

(kinect #1) roslaunch openni_launch openni.launch device_id:#1 camera:=kinect1 (Kinect #2) roslaunch openni_launch openni.launch device_id:#2 camera:=kinect2

  1. Both kinects show up in rviz properly.
  2. I can add two instances of the camera display type, setting them to display kinect1 and kinect2
  3. When I set the "Global Options" parameter to "kinect1_link", I can see the camera from kinect1, but not kinect2; the same goes the other way around.

What do I need to do to be able to see both kinects display in rviz?

Thanks in advance! Andrius

2013-01-11 04:17:16 -0500 commented answer kinect (openni): pointcloud2. Object shadow appearing in rviz?

Thanks guys, i'll play with distances and field of view and see if I can make improvements on the image being displayed, and eliminate the "shadow" I am seeing.

2013-01-09 11:33:55 -0500 received badge  Notable Question (source)
2013-01-09 08:13:48 -0500 answered a question kinect (openni): pointcloud2. Object shadow appearing in rviz?

georgebrindeiro,

Thank you for your response! That makes sense, and that is what I thought it was. But I see videos of pointcloud data being displayed seemingly without the "shadow" appearing. Would that have something to do with environment/distance/angle the kinect is looking at?

Thank you for your assistance. Andy

2013-01-08 20:46:37 -0500 received badge  Popular Question (source)
2013-01-08 08:33:36 -0500 asked a question kinect (openni): pointcloud2. Object shadow appearing in rviz?

All,

I have a Kinect sensor displaying pointcloud2 data in rviz with RGB8 Color transformer mode using /camera/depth_registered/points topic. Image looks great except for a large shadow appearing offset of all objects within the Kinect's field of view.

I would like to remove this, as it would interfere with object detection I would assume?

Thoughts?

Thanks in advance!