You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream changes to make rosbridge_suite compatible with ROS2 actions have already been merged in, and there is an open PR to do the same for roslibjs. Once that is merged in, we should update our system to use the upstream code. (Note: we have to use this together, because there were some additional changes in the upstream PR for rosbridge_suite e.g., renaming send_goal to send_action_goal.)
The text was updated successfully, but these errors were encountered:
Update: although ROS2 actions support has been merged into rosbridge and roslibjs, there is still a lingering issue where asynchronous action cancellation is not possible if that action was also initiated by the web app. Thus, we have to wait until that issue is resolved before switching to the upstream code.
Upstream changes to make
rosbridge_suite
compatible with ROS2 actions have already been merged in, and there is an open PR to do the same forroslibjs
. Once that is merged in, we should update our system to use the upstream code. (Note: we have to use this together, because there were some additional changes in the upstream PR forrosbridge_suite
e.g., renamingsend_goal
tosend_action_goal
.)The text was updated successfully, but these errors were encountered: