-
Notifications
You must be signed in to change notification settings - Fork 73
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
flexbe_logs #92
Comments
Logging of state transitions is disabled by default to not spam the file system. In order to enable it, set the respective argument in the launch file of the onboard engine:
Each behavior execution will then create a new file in the log folder, by default Also note the recent PR #90 to fix the help text of the |
OK, Thanks for the reply. |
You can consider a Priority container as an interrupt routine inside a Concurrency container. More generally, whenever a Priority container is entered, no other states will be active outside of this container (their "pause" events will be triggered and "resume" when the Priority container is exited). Other than that, it is the same as a Statemachine container. |
Thanks for your kind reply. |
hi, I wonder where can I find the log files.
If I run the command rosun flexbe_widget evaluate_logs, nothing happens.
The text was updated successfully, but these errors were encountered: