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

Use forward rangefinders in get error functions #53

Open
QuentinTorg opened this issue Apr 3, 2016 · 0 comments
Open

Use forward rangefinders in get error functions #53

QuentinTorg opened this issue Apr 3, 2016 · 0 comments
Labels

Comments

@QuentinTorg
Copy link
Collaborator

If the left and right rangefinders don't see walls then use the forward rangefinders to push away from the nearest wall. We can probably use the identical error return function as for diagonals because this function just saves us from extreme errors.

We could also use this if we make our search turn profiles smaller radius and add a forward move before the turn starts and after it ends. The forward move could have a function that compares right and left forward readings and makes sure they match so that turns are always entered square to the opposing wall if it exists

@ghost ghost added the feature label Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant