Skip to content

Commit 52f39c7

Browse files
committed
Update to avoid display issue
Signed-off-by: Barry Xu <[email protected]>
1 parent f989395 commit 52f39c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/design/rosbag2_record_replay_action.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ The implementation of the action uses three services and two topics. For the ser
1313

1414
- goal service
1515

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
1718

1819
- result service
1920

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
2123

2224
- cancel service
2325

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
2528

2629
- status topic
2730

0 commit comments

Comments
 (0)