Skip to content

Commit 996fddd

Browse files
authored
docs: update ROSBRIDGE_PROTOCOL.md - correcting indentation (#949)
Add whitespace in front of all ROS action operations -- for correct indentation in Markdown
1 parent baa463a commit 996fddd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ROSBRIDGE_PROTOCOL.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ ROS operations:
9393
* **call_service** - a service call
9494
* **service_response** - a service response
9595
* Actions:
96-
* **advertise_action** - advertise an external action server
97-
* **unadvertise_action** - unadvertise an external action server
98-
* **send_action_goal** - a goal sent to an action server
99-
* **cancel_action_goal** - cancel an in-progress action goal
100-
* **action_feedback** - feedback messages from an action server
101-
* **action_result** - an action result
96+
* **advertise_action** - advertise an external action server
97+
* **unadvertise_action** - unadvertise an external action server
98+
* **send_action_goal** - a goal sent to an action server
99+
* **cancel_action_goal** - cancel an in-progress action goal
100+
* **action_feedback** - feedback messages from an action server
101+
* **action_result** - an action result
102102

103103
In general, actions or operations that the client takes (such as publishing and
104104
subscribing) have opcodes which are verbs (subscribe, call_service, unadvertise

0 commit comments

Comments
 (0)