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

Difficulties generating dot file for graphs with blackboards #422

Open
correll opened this issue Jun 8, 2023 · 0 comments
Open

Difficulties generating dot file for graphs with blackboards #422

correll opened this issue Jun 8, 2023 · 0 comments

Comments

@correll
Copy link

correll commented Jun 8, 2023

The basic Blackboard demo currently does not work. When running

py_trees.display.render_dot_tree(root, with_blackboard_variables=True)

I get the following error:

File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/py_trees/display.py", line 649, in render_dot_tree
graph = dot_tree(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/py_trees/display.py", line 602, in dot_tree
add_blackboard_nodes(blackboard_id_name_map)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/py_trees/display.py", line 588, in add_blackboard_nodes
clients[unique_identifier].getattribute("name"),
AttributeError: 'str' object has no attribute 'name'

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

No branches or pull requests

1 participant