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

State Logger Rework #113

Merged
merged 6 commits into from
Mar 30, 2020
Merged

State Logger Rework #113

merged 6 commits into from
Mar 30, 2020

Conversation

pschillinger
Copy link
Member

Introduces a completely new and shiny state logger. Most of it happens behind the scenes, but now:

  • it will not only log transitions and operator interactions, but also state-internal events (on_enter, etc.) and userdata (only on level "debug")
  • you can fully customize the configuration (see logging.config)
  • you can add custom logs, both to the official "flexbe"-namespace loggers and your own loggers
  • logged data has yaml format to enable a structured processing

Implementation has not been carefully tested yet, consider it as prototype version.

After merging, I plan to add a new tutorial that explains all customization features.

@pschillinger
Copy link
Member Author

Tutorial has been added to the ROS wiki: Logging Behavior Execution

Will merge this soon.

@pschillinger pschillinger merged commit d8377dd into develop Mar 30, 2020
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 this pull request may close these issues.

1 participant