ROS free installation
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?
I don't need support for Livox
Here are some suggestions for you! 😊
- Replace ros::spin() with standard C++ threads or callbacks;
- Use sensor SDKs directly (without Livox);
- Use Pangolin or OpenGL to replace rviz for visualization.
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?
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.