Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Bug: Issues When Turning #4

Closed
coldenate opened this issue Feb 28, 2022 · 5 comments · Fixed by #5 or #10
Closed

Bug: Issues When Turning #4

coldenate opened this issue Feb 28, 2022 · 5 comments · Fixed by #5 or #10
Assignees
Labels
bug Something isn't working

Comments

@coldenate
Copy link
Owner

Turns are not guaranteed when the motion of the motors is inhibited, or slightly off when compared to a "perfect world".

When there is no reference point for the turning module (ex. When turning left, cache western distance, then turn left until north reads the same distance), the turn will never stop.

Finally, sometimes, the turns aren't full 90º degrees. I think this could be fixed by lowering the threshold, or simply changing the order of the programming.

@coldenate coldenate self-assigned this Feb 28, 2022
@coldenate coldenate added the bug Something isn't working label Feb 28, 2022
@coldenate
Copy link
Owner Author

The first issue may be impractical to try and fix.

@coldenate
Copy link
Owner Author

The variable parameter on line 230 (distanceW) should be distanceE. This may be the root of the causes for the third issue.

@coldenate coldenate pinned this issue Feb 28, 2022
@coldenate
Copy link
Owner Author

The variable parameter on line 230 (distanceW) should be distanceE. This may be the root of the causes for the third issue.

Commit 47b00c2 did this. 🤷‍♂️

@coldenate coldenate linked a pull request Feb 28, 2022 that will close this issue
@coldenate coldenate reopened this Mar 10, 2022
@coldenate
Copy link
Owner Author

Turning is still dung

@coldenate coldenate linked a pull request Mar 10, 2022 that will close this issue
@coldenate
Copy link
Owner Author

The variable parameter on line 230 (distanceW) should be distanceE. This may be the root of the causes for the third issue.

Commit 47b00c2 did this. 🤷‍♂️

My apologies,

It did not

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant