rosbridge_suite icon indicating copy to clipboard operation
rosbridge_suite copied to clipboard

Add ROS2 Actions to rosbridge protocol

Open Aposhian opened this issue 3 years ago • 3 comments

Currently the rosbridge protocol only supports topics and services. It would be very helpful to add support for ROS2 actions in the protocol itself. Even though actions are technically an abstraction on top of topics and services, similarly services are an abstraction on top of topics, but we still support them in the protocol.

Aposhian avatar Dec 23 '21 17:12 Aposhian

I tried to hack something together by sending a service request to the hidden service /action/name/_action/send_goal but no luck. From my tinkering it does not look like ROS2 will let you compose your own action client from services and subscribers.

+1 for this to be a feature

tnagyzambo avatar Mar 22 '22 19:03 tnagyzambo

Any new info on this subject? I'm curious how to best utilize this functionality

FelixvdDonk avatar Apr 25 '22 15:04 FelixvdDonk

Starting to use/find ROS2-only hardware driven by actions, and this has become a blocking issue. Is there anything that can be done to kickstart this?

DaAwesomeP avatar Jun 27 '22 19:06 DaAwesomeP

This issue has been marked as stale because there has been no activity in the past 12 months. Please add a comment to keep it open.

github-actions[bot] avatar Jun 28 '23 00:06 github-actions[bot]