forked from RobotWebTools/roslibjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RobotWebTools#11 from rctoris/devel
continuous flag in OccupancyGridClient fixed
- Loading branch information
Showing
51 changed files
with
193 additions
and
129 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
ros3djs | ||
======== | ||
|
||
#### 3D Visualization Library for use with the ROS JavaScript Libraries #### | ||
|
||
For full documentation, see [the ROS wiki](http://ros.org/wiki/ros3djs) or check out some [working demos](http://robotwebtools.org/). | ||
|
||
[JSDoc](http://robotwebtools.org/jsdoc/ros3djs/current/) can be found on the Robot Web Tools website. | ||
|
||
This project is released as part of the [Robot Web Tools](http://robotwebtools.org/) effort. | ||
|
||
### Usage ### | ||
Pre-built files can be found in either [ros3d.js](build/ros3d.js) or [ros3d.min.js](build/ros3d.min.js). | ||
|
||
Alternatively, you can use the current release via the Robot Web Tools CDN ([full](http://cdn.robotsfor.me/ros3djs/current/ros3d.js)) | ([min](http://cdn.robotsfor.me/ros3djs/current/ros3d.min.js)) | ||
|
||
### Dependencies ### | ||
ros3djs depends on: | ||
|
||
[EventEmitter2](https://github.com/hij1nx/EventEmitter2). The current supported version is 0.4.11. | ||
The current supported version can be found [in this project](include/EventEmitter2/eventemitter2.js) or on the Robot Web Tools CDN ([full](http://cdn.robotsfor.me/EventEmitter2/0.4.11/eventemitter2.js)) | ([min](http://cdn.robotsfor.me/EventEmitter2/0.4.11/eventemitter2.min.js)) | ||
|
||
[three.js](https://github.com/mrdoob/three.js/). The current supported version is r56. | ||
The current supported version can be found [in this project](include/threejs/three.js) or on the Robot Web Tools CDN ([full](http://cdn.robotsfor.me/threejs/r56/three.js)) | ([min](http://cdn.robotsfor.me/threejs/r56/three.minjs)). | ||
|
||
[roslibjs](https://github.com/RobotWebTools/roslibjs). The current supported version is r4. | ||
The current supported version can be found [in this project](include/roslibjs/roslib.js) or on the Robot Web Tools CDN ([full](http://cdn.robotsfor.me/roslibjs/r4/roslib.js)) | ([min](http://cdn.robotsfor.me/roslibjs/r4/roslib.min.js)). | ||
|
||
### Build ### | ||
To build from source, use the provided [ANT script](utils/build.xml). | ||
|
||
The script requires ANT, YUI Compressor, and JSDoc. To install these on an Ubuntu machine, use the following: | ||
|
||
sudo apt-get install ant yui-compressor jsdoc-toolkit | ||
|
||
To run the build script, use the following: | ||
|
||
cd utils/ | ||
ant | ||
|
||
### License ### | ||
ros3djs is released with a BSD license. For full terms and conditions, see the [LICENSE](LICENSE) file. | ||
|
||
### Authors ### | ||
See the [AUTHORS](AUTHORS) file for a full list of contributors. | ||
|
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.