We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9c824 commit a72e51fCopy full SHA for a72e51f
README.md
@@ -77,5 +77,5 @@ class MyNode(Node):
77
self.__action_client.send_goal(goal)
78
self.__action_client.wait_for_result()
79
80
- self.__action_client.is_succeeded():
+ self.__action_client.is_succeeded()
81
```
0 commit comments