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

PathPlanner crashing on MacOS when attempting to change path in an auto #654

Closed
jasonli0616 opened this issue Mar 19, 2024 · 1 comment · Fixed by #655
Closed

PathPlanner crashing on MacOS when attempting to change path in an auto #654

jasonli0616 opened this issue Mar 19, 2024 · 1 comment · Fixed by #655
Labels
bug Something isn't working

Comments

@jasonli0616
Copy link
Contributor

jasonli0616 commented Mar 19, 2024

Describe the bug
Using the PathPlanner GUI, the program crashes when clicking the dropdown (to change path) on a pre-existing follow path command, in an autonomous routine.

To Reproduce
Steps to reproduce the behavior:

  1. Go to an auto created in the PathPlanner GUI
  2. Add a Follow Path command, and select a path (or use a pre-existing one)
  3. Click on the dropdown or on the text/path name, attempting to change the path
  4. Program crashes at this point

Expected behavior
Dropdown appears with paths.

Screenshots
Screen recording using the release downloaded from GitHub:

Screen.Recording.2024-03-18.at.10.21.26.PM.mov

Screen recording running from source in Flutter debug mode (with possibly relevant error message):

Screen.Recording.2024-03-18.at.10.24.00.PM.mov

Versions: (please complete the following information):

  • OS: MacOS 14.3.1
  • GUI Version: 2024.1.5
  • PPLib Version: 2024.2.7
  • PPLib Language: Java

I have not tested this on Windows, or another Mac computer, but it is happening across projects.

@jasonli0616 jasonli0616 added the bug Something isn't working label Mar 19, 2024
@mjansen4857
Copy link
Owner

This appears to be a bug in the latest stable flutter version, caused by the paths list being long enough to be scrollable. I'll either replace the latest PP build with one made from a downgraded flutter version or the beta channel, depending on which one works.

@mjansen4857 mjansen4857 linked a pull request Mar 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants