-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support actions #11
Comments
The short answer is "no", the bridge does not currently support bridging actions. I haven't thought too much about how we would support Actions, but I imagine we could do something similar as we did for services: create a custom executable that depends on the action types you want to bridge. I guess this would involve adding a template method |
Hello, Regards, |
Hey, commenting for future reference after seeing your comment. It's possible to bridge actions using the underlying services/topics used by For example I have this action on endpoint
For me it works flawlessly, so no real need to add something to bridge actions. |
Hi @Vicidel . I'm running the action_tutorials_cpp fibonacci_action_server in ROS_Domain 2.
ros2@ros2-VirtualBox:~$ ros2 topic list -t
I'm sure I'm doing something wrong, I have very little know about C++. Thanks in advance. |
Similar to topics and services, it would be nice to also support ROS actions.
Since actions are built upon topics and services, the bridge implementation will depend on how we decide to bridge services (#10).
The text was updated successfully, but these errors were encountered: