
Thanks for your answer. I've finish mine in June 2016. Here is my own work. I pushed it on GitHub recently. It publishes the ROS topic in 30Hz. Hope I can help other people.
https://github.com/BoomFan/fotonic_wrapper.git
Originally posted by blueflame with karma: 35 on 2017-03-16
This answer was NOT ACCEPTED on the original site
Post score: 2
Original comments
Comment by boooooosh on 2017-07-25:
Hi, thanks for the work! A question: have you ever met the problem of NOT able to retrieve the point cloud? The device closed due to a error saying 'Error in header retrieval', I am not sure whether I have to change some part of the code to make this work?
Comment by blueflame on 2017-07-25:
Hi. It's been a while since my first version of the code, so I kind of forgot what I actually did. But I think you are right. I did compile their official driver and copy them into "/usr/local/" directory.
Comment by blueflame on 2017-07-25:
This is what I did after compiling:
cd /usr/local/
sudo mkdir -p fotonic
sudo cp -r ~/Downloads/fz-linux-api_x64/include/. /usr/local/fotonic
sudo cp -r ~/Downloads/fz-linux-api_x64/lib/. /usr/local/fotonic
Comment by boooooosh on 2017-07-25:
Many thx! I done by setting the link_library to the local lib folder. That makes everyone happy!