roslibjs
roslibjs copied to clipboard
feat: add functions to retrieve ROS action details
Public API Changes
ROS class has new methods to retrieves information of action interfaces
- getActionGoalDetails
- getActionResultDetails
- getActionFeedbackDetails
Description
Added functions to retrieve the action goal, result, and feedback details. Implementation in rosbridge:
- https://github.com/RobotWebTools/rosbridge_suite/pull/1021
- https://github.com/RobotWebTools/rosbridge_suite/pull/1065