FAST-LIVO icon indicating copy to clipboard operation
FAST-LIVO copied to clipboard

ROS free installation

Open rohitashwin opened this issue 1 year ago • 4 comments

Thanks for this project!

I want to use this without ROS. What are the modifications I need to make in order to make it work without ROS?

rohitashwin avatar Oct 17 '24 21:10 rohitashwin

I don't need support for Livox

rohitashwin avatar Oct 17 '24 22:10 rohitashwin

Here are some suggestions for you! 😊

  1. Replace ros::spin() with standard C++ threads or callbacks;
  2. Use sensor SDKs directly (without Livox);
  3. Use Pangolin or OpenGL to replace rviz for visualization.

xuankuzcr avatar Oct 20 '24 10:10 xuankuzcr

Thanks for the response. I'll let you know about future challenges that I face. Also, if I'm not mistaken, Livox is not necessary if I'm using the dataset that you guys have provided right?

rohitashwin avatar Oct 25 '24 20:10 rohitashwin

You're welcome! Feel free to reach out if you encounter any challenges. Regarding your question, Livox is required because the dataset relies on its message format.

xuankuzcr avatar Oct 26 '24 04:10 xuankuzcr