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

Ronald_Chan's profile - activity

2014-10-14 20:07:57 -0500 received badge  Famous Question (source)
2014-06-04 02:09:39 -0500 received badge  Good Question (source)
2014-03-14 21:10:02 -0500 received badge  Supporter (source)
2014-03-14 18:28:52 -0500 received badge  Notable Question (source)
2014-01-01 11:25:44 -0500 received badge  Popular Question (source)
2013-12-29 19:15:02 -0500 received badge  Editor (source)
2013-12-29 19:10:36 -0500 received badge  Nice Question (source)
2013-12-29 19:10:03 -0500 received badge  Student (source)
2013-12-29 19:09:13 -0500 asked a question PR2 self-filtering problem

Hi, I am a newer using Moveit on PR2 As i am studying on object manipulation recently, the first thing i need to do is to filter PR2 's arm out of the point cloud read by the kinect

I try to solve this problem by creating a sensors_rgbd.yaml into pr2_moveit_generated/config , like this

sensors:
 - sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
   point_cloud_topic: /head_mount_kinect/depth_registered/points
   max_range: 5.0
   padding_offset: 0
   padding_scale: 1.5
   point_subsample: 1
   filtered_cloud_topic: output_cloud

and the result is shown in rviz . However, it seems that PR2 's arm is not filtered well, a majority of the hand is still here

image description

May i ask what should i do in order to get a better filtered point cloud?? thanks a lot!!