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

Sim Control Panel Step Functionality is Brittle/Broken #1764

Open
Mrockwell2 opened this issue Aug 27, 2024 · 2 comments
Open

Sim Control Panel Step Functionality is Brittle/Broken #1764

Mrockwell2 opened this issue Aug 27, 2024 · 2 comments

Comments

@Mrockwell2
Copy link
Contributor

When looking into Trick's Step mode, I discovered that the step functionality is very brittle. When you have a freeze scheduled that you are stepping into, the simulation hangs. Also in SIM_robot, when the instrumentation jobs aren't toggled off, attempting to step at all hangs the simulation immediately. When all the jobs are on, Step works as normal, barring the previously mentioned issue with a scheduled freeze.

@Mrockwell2
Copy link
Contributor Author

So I realized that the issue that came from having some of the jobs toggled off came from the warnings thrown by the Sim Control Panel itself. It's something we fixed previously so I just needed to update the branch to match with master.

@Mrockwell2
Copy link
Contributor Author

It's looking like the issue with stepping into the Freeze loop is that the Sim Control Panel Freeze Button toggles off the debug_pause job, while entering the freeze loop directly does not. We're going to want to discuss how to proceed.

@Mrockwell2 Mrockwell2 linked a pull request Sep 25, 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
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant