Open
Description
Feature Request
Feature Description
The ros2-web-bridge currently only support roslibjs as the clients library that communicates with it. The good things is they both use the same rosbridge v2 protocol so we could still use some of the roslibjs features like service and topic for the ros2-web-bridge, despite if it was developed for ROS 1. But the problem arise when we need to use other features like parameter as ROS 2 treat the parameters differently, It simply won't work.
Implementation Considerations
I consider there could be 2 options to solve the problems as follow:
- Modify the roslibjs to Fully Support ROS 2.
- Create a separate client library that would fully support ROS 2.