How to use the actionTakeCancelRequest function from bindings

Find comprehensive JavaScript bindings.actionTakeCancelRequest code examples handpicked from public code repositorys.

340
341
342
343
344
345
346
347
348
349

if (properties.isCancelRequestReady) {
  this._runWithMessageType(
    actionServer.typeClass.impl.CancelGoal.Request,
    (message, deserialize) => {
      const result = rclnodejs.actionTakeCancelRequest(
        actionServer.handle,
        message
      );
      if (result) {
fork icon65
star icon244
watch icon27

+ 53 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)