ROS node and test application for FLASH LIDAR
Visit EAI Website for more details about FLASH LIDAR.
1) Clone this project to your catkin's workspace src folder
2) Running catkin_make to build flashgo_node and flashgo_client
3) Create the name "/dev/flashlidar" for flash lidar
--$ roscd flashgo/startup
--$ sudo chmod 777 ./*
--$ sudo sh initenv.sh
There're two ways to run FLASH LIDAR ros package
- Run FLASH LIDAR node and view in the rviz
roslaunch flashgo lidar_view.launch
You should see FLASH LIDAR's scan result in the rviz.
- Run FLASH LIDAR node and view using test application
roslaunch flashgo lidar.launch
rosrun flashgo flashgo_client
You should see FLASH LIDAR's scan result in the console