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

Revision history [back]

click to hide/show revision 1
initial version

The problem was the setting in tabletop_segmentation.launch

... <arg name="tabletop_segmentation_points_in" default="/camera/depth_registered/points"/> <arg name="tabletop_segmentation_convert_to_base_link" **default="false" **=""/> ...

This decouples tabletop segmentation from PR2 coordinate system

Thanks to Matei for pointing it out to me offline!

click to hide/show revision 2
highlighting!!

The problem was the setting in tabletop_segmentation.launch

...
<arg name="tabletop_segmentation_points_in" default="/camera/depth_registered/points"/>
default="/camera/depth_registered/points" />
<arg name="tabletop_segmentation_convert_to_base_link" **default="false" **=""/>
...

**default="false"** /> ...

This decouples tabletop segmentation from PR2 coordinate system

Thanks to Matei for pointing it out to me offline!