Skip to content

Commit

Permalink
added partial rosbridge doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Watkins committed Mar 21, 2018
1 parent ba43c8f commit d8173f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ ROSMCT consists of several distinct components

## Rosbridge

ROS wiki page: [wiki.ros.org/rosbridge_suite](wiki.ros.org/rosbridge_suite)
rosbridge github: [https://github.com/RobotWebTools/rosbridge_suite](https://github.com/RobotWebTools/rosbridge_suite)
rosbridge protocoal: [https://github.com/RobotWebTools/rosbridge_suite/blob/groovy-devel/ROSBRIDGE_PROTOCOL.md](https://github.com/RobotWebTools/rosbridge_suite/blob/groovy-devel/ROSBRIDGE_PROTOCOL.md)

Rosbridge runs on the local ros system and acts a a websocket server to translate ROS-to-JSON and JSON-to_ROS with remote systems. The main functions of rosbridge utilized by rosmct are to:
1. Query all available topics in the system
2. Allow web clients to subscribe to a topic in the system
3. (TODO) Allow web clients to publish to a topic in the system

`TODO: configuring the server-side connection between the realtime server and rosbridge (order of deployment, url/port, etc)`

## Roslibjs

`todo`

## Real-time Server
Expand Down

1 comment on commit d8173f1

@finger563
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

related to #33

Please sign in to comment.