Commit 52f39c7 1 parent f989395 commit 52f39c7 Copy full SHA for 52f39c7
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,18 @@ The implementation of the action uses three services and two topics. For the ser
13
13
14
14
- goal service
15
15
16
- [ NameSpace/] ActionName/_ action/send_goal (Service Event Topic: [ NameSpace/] ActionName/_ action/send_goal/_ service_event)
16
+ [ NameSpace/] ActionName/_ action/send_goal
17
+ Service Event Topic: [ NameSpace/] ActionName/_ action/send_goal/_ service_event
17
18
18
19
- result service
19
20
20
- [ NameSpace/] ActionName/_ action/get_result (Service Event Topic: [ NameSpace/] ActionName/_ action/get_result/_ service_event)
21
+ [ NameSpace/] ActionName/_ action/get_result
22
+ Service Event Topic: [ NameSpace/] ActionName/_ action/get_result/_ service_event
21
23
22
24
- cancel service
23
25
24
- [ NameSpace/] ActionName/_ action/cancel_goal (Service Event Topic: [ NameSpace/] ActionName/_ action/cancel_goal/_ service_event)
26
+ [ NameSpace/] ActionName/_ action/cancel_goal
27
+ Service Event Topic: [ NameSpace/] ActionName/_ action/cancel_goal/_ service_event
25
28
26
29
- status topic
27
30
You can’t perform that action at this time.
0 commit comments