Skip to content

Add the type of service when executing 'call_service' #282

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

Merged

Conversation

minggangw
Copy link
Member

We want to reuse the roslibjs as the front-end JavaScript library by
leveraging the ros2-web-bridge in ROS2. But the current roslibjs doesn't
transmit the service type when calling a service, which is a necessary
element when sending the request in ROS2.

This patch adds this information to make it compatible with ROS2.

We want to reuse the roslibjs as the front-end JavaScript library by
leveraging the ros2-web-bridge in ROS2. But the current roslibjs doesn't
transmit the service type when calling a service, which is a necessary
element when sending the request in ROS2.

This patch adds this information to make it compatible with ROS2.
@minggangw
Copy link
Member Author

Hi @jihoonl,

When I was developing the ros2-web-bridge, I found this problem. Although I had a very tricky workaround, which lets the code odd, I think it would better change the library.

I am not sure whether it's proper to do it in order to make roslibjs workable in ROS2, so please help me review this patch. I hope the roslibjs can be reused in ROS2 by adopting some minor changes. Thanks!

@jihoonl jihoonl self-requested a review March 24, 2018 20:56
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.

2 participants