此文章是记录实现三维雷达点云转化为二维平面的学习笔记
1.安装pointcloud_to_laserscan功能包
进入工作空间的src文档下,在此安装pointcloud_to_laserscan
github地址:https://github.com/ros-perception/pointcloud_to_laserscan
需要注意的是必须要根据自己电脑上的ROS版本选择对应的Branches,默认的是ros2下的包。
2.创建launch文件
进入到pointcloud_to_laserscan的launch文件夹下,创建launch文件
cd ~/catkin_ws/src/pointcloud_to_laserscan/launch
gedit point_to_scan.launch
将以下内容输入到文本中
<?xml version="1.0"?<