RoboJackets / robocup-software

Georgia Tech RoboJackets Software for the RoboCup Small Size League
Apache License 2.0
183 stars 187 forks source link

Scoring while running a play causes PathPlanning failed errors #603

Closed jcarn closed 7 years ago

jcarn commented 8 years ago

This isn't urgent at all, but it is a bit of an annoyance. When an offensive play is ran and the robots score, they start throwing PathPlanning Failed errors. They continue doing this even if you remove the ball from the goal, and often freeze in place. After some random amount of time they can unfreeze themselves and start acting normally. Disabling then re-enabling the play seems to fix the error. Once again, this doesn't seem to affect actual gameplay at all

justbuchanan commented 8 years ago

@ashaw596 any ideas?

git bisect might be a good tool to use to track this down, assuming it was introduced semi-recently.

ashaw596 commented 8 years ago

I'll take a look. I was pretty sure it was mostly just the ball being in an unreachable location, but I'll check.

ashaw596 commented 8 years ago

The reason its popping up now is just that I added that debug statement to the pathplanner, but I'll check the freeze in place bug.

justbuchanan commented 8 years ago

@ashaw596 any progress on this?

ashaw596 commented 8 years ago

I mean it's a basic problem with our path planning system not being able to plan into obstacles. I'm not sure what to do...

On Jun 22, 2016 4:28 PM, "Justin Buchanan" notifications@github.com wrote:

@ashaw596 https://github.com/ashaw596 any progress on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RoboJackets/robocup-software/issues/603#issuecomment-227907588, or mute the thread https://github.com/notifications/unsubscribe/AB8XBjz1wEw-F053Tt7yn4UZ_FqG9Q3Bks5qOcUwgaJpZM4IAnrh .

justbuchanan commented 8 years ago

Right, I don't think that part's the issue. It's fully expected that our robots get confused when they try to go for the ball when it's in their goal zone. I think @jcarn had a problem where they were still confused after he removed the ball from the goal zone and placed it in a valid location. Is that still an issue?

ashaw596 commented 8 years ago

Oh, I'll try to reproduce on my system, but I feel like the freezing bug was mostly fixed earlier in. https://github.com/RoboJackets/robocup-software/pull/673.

jgkamat commented 8 years ago

Is this referring to the RRTPlanning Failed messages in the terminal? I seem to be getting these pretty often...

jgkamat commented 7 years ago

@jcarn are you still seeing this issue? I think this was fixed in the path planning revamp that happened last semester.

jcarn commented 7 years ago

It looks to have disappeared.