Overview of rosbridge_suite and the rosbridge v2 Protocol
ros2rosbridge_suite provides a JSON interface to ROS, enabling clients to interact with ROS topics (publish/subscribe), call services, and more using JSON-formatted messages.
Key features:
- Protocol: Uses the rosbridge v2 protocol.
- Transport Layers: Supports various transport layers, including WebSockets and TCP.
- Functionality: Allows non-ROS clients to communicate with a ROS system via a JSON API.