Skip to content
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

detection lines and circles #23

Open
ghost opened this issue Dec 31, 2019 · 1 comment
Open

detection lines and circles #23

ghost opened this issue Dec 31, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 31, 2019

Hi:

I am using the obstacle_detector.cpp as a standalone c++ class in my application. Currently it worked very well to detect trafic cones as circles. Now I also want to detect wall as long straight lines. Could you please let me know how I can detect obstacles and walls at the same time? Seems you already have that in the code. but I could not figure out how to get the circle and lines separately.

THanks,

@tysik
Copy link
Owner

tysik commented Jan 1, 2020

Hey deeprun. The obstacle_extractor node can extractor both circular and linear obstacles but the obstacle_tracker node can only track the circular obstacles. Check if you see the line segments in the "raw" obstacles right from the obstacle_extractor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant