xv_11_laser_driver icon indicating copy to clipboard operation
xv_11_laser_driver copied to clipboard

Results 2 xv_11_laser_driver issues
Sort by recently updated
recently updated
newest added

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));

Hi, I bought a neato xv-11 last year and I now have time to interrest me on. So I tried some python scripts in order to make preliminary tests. And...