Replies: 1 comment
-
Hi @isacg5 Can you make a PR to fix It? Best |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am developing a PDDL plan by using python for some nodes. I was having a problem while replanning, until I found out there is a typo in the ActionExecutorClient.py node. It is only necessary to remove one 'self.', in this way:
ros2_planning_system/plansys2_support_py/plansys2_support_py/ActionExecutorClient.py
Line 101 in c063ce5
Hope it can save time for someone in the future :)
Beta Was this translation helpful? Give feedback.
All reactions