Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

No version for distro github showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Version 5.0.0
License GPL-3.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description
Checkout URI https://github.com/uleroboticsgroup/yasmin.git
VCS Type git
VCS Version main
Last Updated 2026-04-21
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

CLI tools for inspecting YASMIN states and metadata.

Maintainers

  • Maik Knof

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package yasmin_cli

5.0.0 (2026-01-14)

  • build: update setup.py to exclude test packages and add pytest, remove linter tests Remove placeholder linter test files for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager. Update package configurations to use pytest as a test extra and exclude test directories from packages.

  • test: replace placeholder tests with linter tests for copyright, flake8, and pep257 in yasmin_cli and yasmin_plugins_manager Remove placeholder test files and __init_.py from yasmin_cli and yasmin_plugins_manager test directories. Add actual linter test files for copyright, flake8, and pep257 compliance checks.

  • test: add placeholder tests to yasmin_cli and yasmin_plugins_manager Remove tests_require from yasmin_cli setup.py to adjust testing dependencies.

  • Add ament_index_cpp dependency and update state creation in yasmin_factory

  • Adding state metadata (#95)

    * feat(state): add metadata support with default value injection for blackboard keys Add StateMetadata and BlackboardKeyInfo structures to enable states to declare input and output keys with optional default values. When a state is executed, default values are automatically injected into the blackboard for any missing input keys that have defaults defined. This allows states to declare their dependencies and provide sensible defaults without requiring the blackboard to be pre-populated. Includes Python bindings and comprehensive unit tests.

    * feat: add metadata and defaults support to editor and factory Add description and default value support to the state machine editor GUI and factory. This includes:

    • New DefaultsDialog for editing default blackboard values in the editor
    • Updated dialogs to support description and defaults for states and state machines
    • XML parsing and serialization for description attribute and Default elements
    • Plugin info now exposes description and input/output keys from states
    • Python bindings simplified to support arbitrary types for default values
    • External metadata storage preserves ABI compatibility with existing plugins

    * feat: add default value injection for Python blackboard keys Enables storing Python objects as default values for blackboard keys by using shared_ptr to maintain object lifetime, with a lambda that properly injects the default value using GIL acquisition when the key is accessed.

    • State metadata demos (#77)
    • add state metadata across all python demo files

    * add description-aware constructors to BlackboardKeyInfo Throws an segfault currently.

    • add state metadata to all cpp demos
    • guard unsupported metadata default conversion in pybind
    • add cli tool for inspecting states
    • use keyword description in python demos to avoid pybind overload ambiguity

    * remove defaults for output_keys in python demos output_keys shouldn't have default values

    • only print keys if they exist
    • disambiguate string default metadata in state tests
    • make cpp_formatter happy
    • make cpp_formatter happy 2
    • make python_formatter happy

    * fix(pybind): make input key description keyword-only and remove default values for output keys This affects only python atm

    • remove add_output_key overload with default_value
    • remove py::kw_only
    • fix test
    • remove default value for output keys in tests
    • remove default values for output_keys in demos
    • fix demos
    • fix rosdep issue
    • fix metadata bindings and restore BlackboardKeyInfo description constructors

    * changing argument order of add_input_key to (key_name, description, default_value) making description mandatory if you want to supply a default_value

    • fix python formatting
    • remove copy paste error

File truncated at 100 lines see the full file

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 yasmin_cli at Robotics Stack Exchange