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

Rangefinder needs to be able to account for field obstacles #9

Open
zhiquanyeo opened this issue Jan 27, 2014 · 2 comments
Open

Rangefinder needs to be able to account for field obstacles #9

zhiquanyeo opened this issue Jan 27, 2014 · 2 comments

Comments

@zhiquanyeo
Copy link
Owner

Currently the rangefinder ignores anything else on the field and only measures distance to the wall. It should be able to take into account any obstacles on the field as part of distance calculation

@bfelds
Copy link
Collaborator

bfelds commented Jan 27, 2014

hmm how would you go about this?

a sensor could pass a pos/vector to the field who then returns all intersecting obstacles?

@zhiquanyeo
Copy link
Owner Author

Yeah pretty much. Right now the rangefinder knows about the field (and basically all the objects on the field), so it would be a matter of figuring out everything intersecting the line from the robot to the far wall. Trying to figure out how to do it efficiently for a (potentially) large number of objects

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

No branches or pull requests

2 participants