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

rviz with an existing point cloud

asked 2019-07-16 11:51:26 -0500

tigershark gravatar image

How can I visualize an existing point cloud in rviz? I went through tutorials but it appears they use sensor data. I have a point cloud in bpf format and have tools to convert it to las format as well.

I am using ROS Melodic on Ubuntu 18.04.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-07-17 03:59:29 -0500

nkhedekar gravatar image

You can convert it from a las to pcd using the las2pcdtool provided here: https://github.com/murtiad/las2pcd and then use the pcd_to_pointcloud node in pcl_rosto publish the pointcloud as (similar to https://answers.ros.org/question/6212...)

rosrun pcl_ros pcd_to_pointcloud <file.pcd> [ <interval> ]

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-07-16 11:51:26 -0500

Seen: 364 times

Last updated: Jul 17 '19