Skip to content

Commit

Permalink
Update Build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored and github-actions[bot] committed Jul 23, 2022
1 parent 22cfc8e commit 7aac4c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/roslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -2745,6 +2745,9 @@ var EventEmitter2 = require('eventemitter2').EventEmitter2;
* * serverName - the action server name, like /fibonacci
* * actionName - the action message name, like 'actionlib_tutorials/FibonacciAction'
* * timeout - the timeout length when connecting to the action server
* * omitFeedback - the boolean flag to indicate whether to omit the feedback channel or not
* * omitStatus - the boolean flag to indicate whether to omit the status channel or not
* * omitResult - the boolean flag to indicate whether to omit the result channel or not
*/
function ActionClient(options) {
var that = this;
Expand Down

0 comments on commit 7aac4c5

Please sign in to comment.