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
@@ -305,7 +305,10 @@ class ActionClient extends Entity {
305
305
}
306
306
307
307
/**
308
-
* Request the result for an active goal asynchronously.
308
+
* Get the result of an active goal asynchronously.
309
+
*
310
+
* Return a Promise object that is resolved with result, see client state transition https://index.ros.org/doc/ros2/Tutorials/Understanding-ROS2-Actions/
311
+
*
309
312
* @ignore
310
313
* @param {ClientGoalHandle} goalHandle - Handle to the goal to cancel.
311
314
* @returns {Promise} - A Promise that resolves when the get result request has been processed.
0 commit comments