-
Notifications
You must be signed in to change notification settings - Fork 9
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
Evaluate the replacement of custom JSON and websockets with rosbridge and roslibjs #32
Comments
The rosbridge should be reimplemented using OpenTera WebRTC's data channels. This is to prevent re-implementing the ROS data channel bridge node in Python to add rosbridge functionnalities to it (the A Web implementation using WebRTC will also be needed. |
The |
The ROS side of things is implemented as described above, in the |
Custom JSON and WebSockets could benefit from being replaced by a standardized rosbridge + roslibjs to facilitate the communication with ROS for any kind of message and any topic.
We need to evaluate if that helps the frontend code be more easy to understand and flexible.
The text was updated successfully, but these errors were encountered: