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
Currently, all the behaviors we developed that take in a ROS node take it in as an argument to __init__. On the other hand, all py_trees_ros behaviors take the node in as a kwarg to setup(). This issue is to move all our behaviors to take in the node during setup, to unify it with py_trees_ros
The text was updated successfully, but these errors were encountered:
amalnanavati
changed the title
[ROS2] Set node in setup
[ROS2] Behaviors should set node in setup not __init__Sep 26, 2023
Currently, all the behaviors we developed that take in a ROS node take it in as an argument to
__init__
. On the other hand, allpy_trees_ros
behaviors take the node in as a kwarg tosetup()
. This issue is to move all our behaviors to take in the node during setup, to unify it withpy_trees_ros
The text was updated successfully, but these errors were encountered: