xv_11_laser_driver icon indicating copy to clipboard operation
xv_11_laser_driver copied to clipboard

Solving init bug for some xv_11_lidar

Open leidawt opened this issue 4 years ago • 4 comments

For some xv_11_lidar, they need to send "startlds$" first to start scaning, so we can add it into the xv11_laser.cpp as follows:

after line 40, add: boost::asio::write(serial_, boost::asio::buffer("startlds$",10));

leidawt avatar Dec 29 '19 02:12 leidawt