File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 372
372
<return >
373
373
</return >
374
374
</command >
375
+ <command name =" spinSome" >
376
+ <description >Calls spin_some(node).</description >
377
+ <categories >
378
+ <category name =" action" />
379
+ </categories >
380
+ <see-also >
381
+ <!-- command name="..." /-->
382
+ </see-also >
383
+ <params >
384
+ </params >
385
+ <return >
386
+ </return >
387
+ </command >
375
388
<command name =" sendGoal" >
376
389
<description >Send a goal using the specified action client.</description >
377
390
<categories >
Original file line number Diff line number Diff line change @@ -497,6 +497,11 @@ class Plugin : public sim::Plugin
497
497
actionClientProxy->wr_opt .uint8array_as_string = true ;
498
498
}
499
499
500
+ void spinSome (spinSome_in *in, spinSome_out *out)
501
+ {
502
+ rclcpp::spin_some (node);
503
+ }
504
+
500
505
void sendGoal (sendGoal_in *in, sendGoal_out *out)
501
506
{
502
507
ActionClientProxy *actionClientProxy = actionClientHandles.get (in->actionClientHandle );
You can’t perform that action at this time.
0 commit comments