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

Send back the operation status to client #29

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

minggangw
Copy link
Member

Currently, we only send back the status when there is an error. Here we should
follow the protocol
https://github.com/RobotWebTools/rosbridge_suite/blob/develop/ROSBRIDGE_PROTOCOL.md

Whatever the result is, we will return the status of the operation. 'level' equals to
'error' when error happens, 'level' equals to 'none' when the execution is successful.

Fix #26

Currently, we only send back the status  when there is an error. Here we should
follow the protocol
https://github.com/RobotWebTools/rosbridge_suite/blob/develop/ROSBRIDGE_PROTOCOL.md

Whatever the result is, we will return the status of the operation. 'level' equals to
'error' when error happens, 'level' equals to 'none' when the execution is successful.

Fix RobotWebTools#26
@minggangw minggangw merged commit 2800b5d into RobotWebTools:develop Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant