A Pen by VSN Reddy Janga on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**Sending Messages via roslibjs:** | |
Sending ros messages to roscore via a webpage is pretty straightforward with roslibjs, along with eventemitter.js. | |
Roslibjs is a javascript library which converts ros messages to JSON objects, and vice-versa. | |
---------- | |