How to use the actionExpireGoals function from bindings
Find comprehensive JavaScript bindings.actionExpireGoals code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
369 370 371 372 373 374 375 376 377 378
} if (properties.isGoalExpired) { let GoalInfoArray = ActionInterfaces.GoalInfo.ArrayType; let message = new GoalInfoArray(actionServer._goalHandles.size); let count = rclnodejs.actionExpireGoals( actionServer.handle, actionServer._goalHandles.size, message._refArray.buffer );
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)