Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the type of service when executing 'call_service' (#282)
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.
- Loading branch information