-
Notifications
You must be signed in to change notification settings - Fork 42
feat: agriculture demo #285
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
Conversation
4ff6faa
to
da25506
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maciejmajek I left a comment - please check it
) | ||
|
||
|
||
class Ros2GenericServiceCaller(Ros2BaseTool): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please inherit from Ros2AsyncBaseTool
:
class Ros2BaseActionTool(Ros2BaseTool): |
Also, please register this tool here:
Line 412 in 0333ea2
or "GetTransformTool" in tool_cls.__name__ |
I can see that you spin the tool inside _run
. If this tool is attached directly to Rai2BaseNode
, it might cause deadlock / rclpy
errors, because RaiBaseNode
is usually being spinned already.
acd09bd
to
2ed7039
Compare
Purpose
Adding agriculture demo
Proposed Changes
Adds:
Issues
Testing