You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently released a py_trees xml parser as opensource. I see that you too have done some work here and you have, in fact, went a bit further by creating a WUI. This is/was something I had planned, but maybe it would be better to collaborate. The parser I wrote can work with any py_trees based library. It doesn't care if the behavior was created by your or is part of py_trees or py_trees_ros etc. It also supports subtrees, arguments, and embedded python.
EDIT: I should also mention that the ROS dependency is a superficial one. It is actually only a requirement for logging purposes, but he logger can easily be replaced, via dependency injection, with python logging.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently released a py_trees xml parser as opensource. I see that you too have done some work here and you have, in fact, went a bit further by creating a WUI. This is/was something I had planned, but maybe it would be better to collaborate. The parser I wrote can work with any
py_trees
based library. It doesn't care if the behavior was created by your or is part ofpy_trees
orpy_trees_ros
etc. It also supports subtrees, arguments, and embedded python.EDIT: I should also mention that the ROS dependency is a superficial one. It is actually only a requirement for logging purposes, but he logger can easily be replaced, via dependency injection, with python logging.
Beta Was this translation helpful? Give feedback.
All reactions