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

Revision history [back]

you can remap "your pointCloud2 input" topic to cloud_in, by including following lines to your launch file,

e.g., if you are using this file: octomap_mapping / octomap_server / launch / octomap_mapping.launch write,

you can remap "your pointCloud2 input" topic to cloud_in, by including following lines to your launch file,

e.g., if you are using this file: octomap_mapping / octomap_server / launch / octomap_mapping.launch write,

you can remap "your pointCloud2 input" topic to cloud_in, by including following lines to your launch file,

e.g., if you are using this file: octomap_mapping / octomap_server / launch / octomap_mapping.launch write,write,

you can remap "your pointCloud2 input" topic to cloud_in, by including following lines to your launch file,

e.g., if you are using this file: octomap_mapping / octomap_server / launch / octomap_mapping.launch write, write,

  <remap from="cloud_in" to="/(point cloud topic) />

under <node> </node>

(RGBD slam is also a nice option for mapping using kinect.)