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

barfa's profile - activity

2017-08-21 20:24:04 -0500 received badge  Famous Question (source)
2017-03-08 06:11:13 -0500 received badge  Popular Question (source)
2017-03-08 06:11:13 -0500 received badge  Notable Question (source)
2016-03-29 03:11:59 -0500 asked a question How to use kinect data(/camera/depth/points and /camera/rgb/images ) with Moveit. I have a yaml file and a .pcd file. How do I use them with moveit ?

sensors: - sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater point_cloud_topic: /head_mount_kinect/depth_registered/points max_range: 5.0 point_subsample: 1 padding_offset: 0.1 padding_scale: 1.0 filtered_cloud_topic: filtered_cloud

2016-03-29 03:11:58 -0500 asked a question How do I use kinect data( two topics /camera/depth/points and /camera/rgb/raw) in moveit. I have both .pcd files and sensor.yaml files. How to use them with moveit(ROS) for path planning?

Yaml file: sensors: - sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater point_cloud_topic: /head_mount_kinect/depth_registered/points max_range: 5.0 point_subsample: 1 padding_offset: 0.1 padding_scale: 1.0 filtered_cloud_topic: filtered_cloud