improve documentation of rai tool-calling or simplify internal ros communication #313
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
ros
issue related to ros2
Is your feature request related to a problem? Please describe.
rai
currently has multiple levels of tools.rclpy.spin
) implementation and to avoid deadlock. Tools that connect to topics are handled using different node to tools that call services and actions.Describe the solution you'd like
Such dedicated implementations should be documented so that developer knows on which level a new tool should be implemented.
Describe alternatives you've considered
CallbackGroups
andMultiThreadedExecutor
: https://discourse.ros.org/t/how-to-use-callback-groups-in-ros2/25255Additional context
Pseudo-code with high-level overview of the issue
The text was updated successfully, but these errors were encountered: