splintered-reality / py_trees

Python implementation of behaviour trees.
Other
433 stars 143 forks source link

Namespace for remapped variables #442

Closed mcelhennyi closed 4 months ago

mcelhennyi commented 5 months ago

It appears reading Client::register_key() that the remapped key does not follow the namespace. Is this on purpose? Should remapped keys be manually added to the namespace?

mcelhennyi commented 4 months ago

Upon further investigation, it seems namespace is respected for remapped names.