-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building #47
Comments
Hi Jacob. You need to clone the Once you're more familiar and you still cannot build the package due to an error in its code, please open another issue. |
hi, thanks for your response. i am trying to do this without ROS. i assume that i will be using the folder i am working on a research project, which does not involve ROS. i am merely trying to use a quick segmentation algorithm to separate the ground point clouds from all the others -- this is to develop a traversibility algorithm later on. is this possible with just pure c++ and no ROS? thanks and i hope i can use this for my project so that i can cite the paper! |
At the moment, even without ROS, you will still need the catkin build system to build this package. But I wanted to remove the dependency on catkin_simple for a while now, maybe I'll take this as a push to finally do that. Then it should be possible to build the library with just regular CMake. PS: Not my paper, so a prospective citation is not an incentive for me ;) |
i see thank you for your help. i will definitely reference this repository to my work then! i'm having troubles with here's the workflow i did so far:
side note: is it possible to build this src with my other main src files (including my .pcd data, etc.)? i'm trying to test and compare the speeds first; i assume this segmentation algorithm is wayyy faster than: |
Hi, I removed
I did not check if I can successfully build a pure CMake function against it, you will have to try yourself. If you want to try building it with With the default settings it runs in 61.749ms for a 64 beam Velodyne on my i7-8700K |
thank you so much for doing this! update:
i tired to run the exec file via: quick follow-up: i'm wondering how i can test a point-cloud input file? your ros version allows you to test a also, can it take in .pcd files by any chance? or only .pyl? PS: okay, i will try to use ros1 noetic to launch this ros package in the future and let you know my progress. |
hi, can you please walk me through the steps on how to build this?
i'm trying to use this without ROS.
do i put catkin_simple into linefit_ground_segmentation/linefit_ground_segmentation?
what do i do next?
The text was updated successfully, but these errors were encountered: