Skip to content

add type to call_service protocol #656

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

Closed
wants to merge 6 commits into from
Closed

add type to call_service protocol #656

wants to merge 6 commits into from

Conversation

apiyap
Copy link

@apiyap apiyap commented Sep 28, 2021

Public API Changes

For compatibility with roslibjs
https://github.com/RobotWebTools/roslibjs/blob/develop/src/core/Service.js#L62

and for ROS2(foxy) need type for create rcl_client_init

Description

@amacneil
Copy link
Member

amacneil commented Oct 7, 2021

Are you documenting a feature that rosbridge already has, or requesting this to be implemented?

@amacneil amacneil marked this pull request as draft October 8, 2021 18:46
@@ -23,7 +23,7 @@ This project is released as part of the [Robot Web Tools](http://robotwebtools.o

A rosbridge client is a program that communicates with rosbridge using its JSON API. rosbridge clients include:

* [roslibjs](https://github.com/RobotWebTools/roslibjs) - A JavaScript API, which communicates with rosbridge over WebSockets.
* [roslibjs](https://github.com/apiyap/roslibjs) - A JavaScript API, which communicates with rosbridge over WebSockets.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put this back

@amacneil amacneil closed this Jan 13, 2022
@amacneil
Copy link
Member

Hi - please respond to above comments, and feel free to open another PR when you're ready. Thanks!

@zflat
Copy link
Contributor

zflat commented Jan 28, 2022

It appears that this was added to roslibjs in RobotWebTools/roslibjs#282 to be operable with ros2-web-bridge. However, ros2-web-bridge was not implementing the full protocol https://github.com/RobotWebTools/rosbridge_suite/blob/ros2/ROSBRIDGE_PROTOCOL.md and is no longer actively maintained. I think the correct thing to do is to update roslibjs to remove the type field.

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.

4 participants