-
make catkin workspace at your ros machine
mkdir -p catkin_ws
-
copy 'src' to catkin_ws
cp src catkin_ws
-
install depend
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
-
build
chmod -R 777 src catkin_make
-
source to path
source devel/setup.bash
-
new terminal,then run roscore
roscore
-
connect lidar and host,lidar ip default 192.168.1.100,port default 2368
host ip default 192.168.1.10 these ip and port can be modified by vendor config software
-
run lidar drive at first terminal
roslaunch olelidar scan.launch
-
new terminal,then run rviz
rosrun rviz rviz -f olelidar
-
at rviz,add topic olelidar/scan/LaserScan