From point cloud to laser scan
Hi i can get the point cloud data from the OpenNI driver now, like to convert it into a laser scan.How do you do it? Any suggestions or directions that i can take?
Hi i can get the point cloud data from the OpenNI driver now, like to convert it into a laser scan.How do you do it? Any suggestions or directions that i can take?
The pointcloud_to_laserscan package should do what you need.
<launch> <node pkg="nodelet" type="nodelet" name="pointcloud_throttle" args="load pointcloud_to_laserscan/CloudThrottle openni_manager" respawn="true"> <remap from="cloud_in" to="/laser_ReadOut/cloud_pcl"/> <remap from="cloud_out" to="cloud_throttled"/> </node>
<node pkg="nodelet" type="nodelet" name="laserOut" args="load pointcloud_to_laserscan/CloudToScan openni_manager" respawn="true"> <remap from="cloud" to="/cloud_throttled"/> </node>
<node pkg="nodelet" type="nodelet" name="kinect_laser_narrow" args="load pointcloud_to_laserscan/CloudToScan openni_manager" respawn="true"> <remap from="cloud" to="/cloud_throttled"/> <remap from="scan" to="/narrow_scan"/> </node> </launch>
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-07-11 14:24:44 -0500
Seen: 2,641 times
Last updated: Oct 29 '12
pointcloud_to_laserscan height range
Problem while converting PointCloud topic into LaserScan topic with roscpp [closed]
ImportError: dynamic module does not define module export function (PyInit_PyKDL)
turtlebot pointcloud_to_laserscan building problem
Getting a constrained point cloud from a laser_scan
transform LaserScan to /world_frame
displaying point cloud in rviz from .bag files, error