forked from RobotWebTools/rosbridge_suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
17 lines (10 loc) · 842 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is the rosbridge stack. It contains a number of packages
A brief overview of the packages is as follows:
rosbridge_library contains the API that receives JSON-formatted strings as input and controls ROS publishers/subscribers/service calls according to the content of the JSON strings.
rosbridge_server contains a simple websockets server implementation that exposes the rosbridge_library.
rosbridge_clients contains reference implementation client libraries for a variety of languages
|- js contanis javascript reference implementation clients. Three clients are provided:
|- ros.js - a basic client library providing an API for the various ros functions
|- ros.js, but wrapped in the AMD spec
|- ros_compatible.js - mirrors the API provided by the rosbridge v1.0 ros.js
rosbridge_test contains some tests for rosbridge