No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.1.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/robotecai/rai.git
VCS Type git
VCS Version development
Last Updated 2025-04-02
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Customizable log digests for LLM-driven debugging, summaries and state updates

Additional Links

No additional links.

Maintainers

  • Adam Dabrowski

Authors

No additional authors.

rai_state_logs

Runtime log digests for LLM-driven debugging, summaries and state updates.

How does it work?

The node collects logs in the system based on severity and, optionally, a user-set filter, up to a certain line count, keeping a rolling window.

  • By default logs with level >= WARN are collected.

Parameters

  • with clear_on_retrieval set to false logs are cleared after each retrieval (service call).
  • when filters param contains a list of strings, logs of any severity that include these sub-strings are collected. By default, filters are empty, which means logs are collected by severity (warning or higher) alone.
  • max_lines - lets you set the maximum number of lines to be stored in the log. 512 by default. When this number is exceeded, oldest logs are removed from the rolling window.
  • include_meta, - lets you include meta information in the log, which is its severity, timestamp and source code location. True by default.

See launchfile: ./launch/rai_state_logs.launch.py for the easiest way to set these parameters.

Running with ros2 launch

ros2 launch rai_state_logs rai_state_logs.launch.py

Using keywords for filters:

ros2 launch rai_state_logs rai_state_logs.launch.py filters:="[\"Keyword1\", \"Keyword2\"]"

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rai_state_logs at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.