Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update ROSBRIDGE_PROTOCOL.md - correcting indentation (backport #949) #959

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ROSBRIDGE_PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ ROS operations:
* **call_service** - a service call
* **service_response** - a service response
* Actions:
* **advertise_action** - advertise an external action server
* **unadvertise_action** - unadvertise an external action server
* **send_action_goal** - a goal sent to an action server
* **cancel_action_goal** - cancel an in-progress action goal
* **action_feedback** - feedback messages from an action server
* **action_result** - an action result
* **advertise_action** - advertise an external action server
* **unadvertise_action** - unadvertise an external action server
* **send_action_goal** - a goal sent to an action server
* **cancel_action_goal** - cancel an in-progress action goal
* **action_feedback** - feedback messages from an action server
* **action_result** - an action result

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