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

Rover Stuck Detection #116

Open
Byrdman32 opened this issue Aug 11, 2022 · 1 comment
Open

Rover Stuck Detection #116

Byrdman32 opened this issue Aug 11, 2022 · 1 comment
Assignees
Labels
2-Star Medium Difficulty enhancement A change that will make Autonomy better research Something that we should look into

Comments

@Byrdman32
Copy link
Member

Byrdman32 commented Aug 11, 2022

Implement a system that would detect if the rover is stuck. More research into potential ways to detect and implement fixes will be necessary.

There are quite a few ways to detect it is stuck. A few suggestions might be:

  • GPS hasn't changed and we aren't in idle
  • Wheels continuously spinning without movement for certain amount of time
@Byrdman32 Byrdman32 added the enhancement A change that will make Autonomy better label Aug 11, 2022
@Byrdman32 Byrdman32 added potential enhancement A change that might make Autonomy better and removed enhancement A change that will make Autonomy better labels Aug 23, 2022
@Byrdman32 Byrdman32 added this to the 2023 Autonomy milestone Aug 23, 2022
@Byrdman32 Byrdman32 added the research Something that we should look into label Aug 23, 2022
@Byrdman32 Byrdman32 added enhancement A change that will make Autonomy better 2-Star Medium Difficulty and removed potential enhancement A change that might make Autonomy better labels Sep 7, 2022
@Byrdman32 Byrdman32 assigned Ooglely and ZachaeyB and unassigned Ooglely and ZachaeyB Sep 14, 2022
@autc7
Copy link

autc7 commented Sep 29, 2022

Ok, I think the GPS is a good idea, however, I don't think that it should be the sole decider of whether the rover is stuck. If the GPS determines that the Rover is stuck, I think that this should trigger a conditional that calls for a second test before deciding the rover is stuck. From there I think we should start by trying to move the rover in the reverse direction before we try anything else.

@Byrdman32 Byrdman32 removed this from the 2023 Autonomy milestone Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Medium Difficulty enhancement A change that will make Autonomy better research Something that we should look into
Projects
None yet
Development

No branches or pull requests

5 participants