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

[ROS2] Behaviors should set node in setup not __init__ #105

Open
amalnanavati opened this issue Sep 26, 2023 · 1 comment
Open

[ROS2] Behaviors should set node in setup not __init__ #105

amalnanavati opened this issue Sep 26, 2023 · 1 comment

Comments

@amalnanavati
Copy link
Contributor

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

@amalnanavati amalnanavati changed the title [ROS2] Set node in setup [ROS2] Behaviors should set node in setup not __init__ Sep 26, 2023
@egordon
Copy link
Collaborator

egordon commented Sep 28, 2023

Fixed for ComputeFoodFrame in #114

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

2 participants