velodyne vlp-16 使用教程
阿新 • • 發佈:2018-12-20
1.首先將velodyne 16與電腦相連
- velodyne上電(12v)
- 通過乙太網網口連線電腦
2.新增網路vlp-16,乙太網->ipv4設定->方法:手動,更改配置
- address :192.168.1.77
- netmask: 255.255.255.0
- gateway: 192.168.1.1
選擇網路 vlp-16
3.安裝鐳射驅動
- sudo apt-get install ros-YOURDISTRO
- YOURDISTRO 指:indigo 或者 kinetic
4.安裝ros工程包
- cd ~/velodyne_ws/src
- git clone https://github.com/ros_drivers/velodyne.git
- rosdep init
- rosdep update
- rosdep install --from-paths src --ignore-src --rosdistro YOURDISTRO -y
- cd ~/velodyne_ws/
- catkin build 或者catkin_make
5.測試
- roslaunch velodyne_pointcloud VLP16_points.launch
- rviz
- 將fixed frame 寫成 velodyne
- 點選add,選擇pointcloud2,點選ok
- 在新的pointcloud2區域的topic中選擇/velodyne_points.