Skip to content

Commit

Permalink
Merge pull request RobotWebTools#11 from rctoris/devel
Browse files Browse the repository at this point in the history
continuous flag in OccupancyGridClient fixed
  • Loading branch information
baalexander committed Apr 1, 2013
2 parents 4917b36 + ac79e38 commit 58e8adf
Show file tree
Hide file tree
Showing 51 changed files with 193 additions and 129 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

46 changes: 46 additions & 0 deletions README.md
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.

7 changes: 6 additions & 1 deletion build/ros3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ ROS3D.OccupancyGridClient = function(options) {
var options = options || {};
var ros = options.ros;
var topic = options.topic || '/map';
this.tfClient = options.tfClient;
this.continuous = options.continuous;
this.rootObject = options.rootObject || new THREE.Object3D();

// current grid that is displayed
Expand All @@ -1275,6 +1275,11 @@ ROS3D.OccupancyGridClient = function(options) {
that.rootObject.add(that.currentGrid);

that.emit('change');

// check if we should unsubscribe
if(!that.continuous) {
rosTopic.unsubscribe();
}
});
};
ROS3D.OccupancyGridClient.prototype.__proto__ = EventEmitter2.prototype;
Expand Down
2 changes: 1 addition & 1 deletion build/ros3d.min.js

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions doc/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1 class="classTitle">File Index</h1>


<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarker.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarker.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarker.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarker.js</a></h2>

<dl>

Expand All @@ -249,7 +249,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerClient.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerClient.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerClient.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerClient.js</a></h2>

<dl>

Expand All @@ -261,7 +261,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerControl.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerControl.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerControl.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerControl.js</a></h2>

<dl>

Expand All @@ -273,7 +273,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerHandle.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerHandle.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerHandle.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerHandle.js</a></h2>

<dl>

Expand All @@ -285,7 +285,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerMenu.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerMenu.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_interactivemarkers_InteractiveMarkerMenu.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/interactivemarkers/InteractiveMarkerMenu.js</a></h2>

<dl>

Expand All @@ -297,7 +297,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_maps_OccupancyGrid.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/maps/OccupancyGrid.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_maps_OccupancyGrid.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/maps/OccupancyGrid.js</a></h2>

<dl>

Expand All @@ -309,7 +309,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_maps_OccupancyGridClient.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/maps/OccupancyGridClient.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_maps_OccupancyGridClient.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/maps/OccupancyGridClient.js</a></h2>

<dl>

Expand All @@ -321,7 +321,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_markers_Marker.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/markers/Marker.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_markers_Marker.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/markers/Marker.js</a></h2>

<dl>

Expand All @@ -333,7 +333,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_markers_MarkerClient.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/markers/MarkerClient.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_markers_MarkerClient.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/markers/MarkerClient.js</a></h2>

<dl>

Expand All @@ -345,7 +345,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Arrow.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/Arrow.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Arrow.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/Arrow.js</a></h2>

<dl>

Expand All @@ -357,7 +357,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Axes.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/Axes.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Axes.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/Axes.js</a></h2>

<dl>

Expand All @@ -369,7 +369,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Grid.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/Grid.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Grid.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/Grid.js</a></h2>

<dl>

Expand All @@ -381,7 +381,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_MeshResource.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/MeshResource.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_MeshResource.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/MeshResource.js</a></h2>

<dl>

Expand All @@ -393,7 +393,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_TriangleList.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/TriangleList.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_TriangleList.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/models/TriangleList.js</a></h2>

<dl>

Expand All @@ -405,7 +405,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_Ros3D.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/Ros3D.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_Ros3D.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/Ros3D.js</a></h2>

<dl>

Expand All @@ -417,7 +417,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_urdf_Urdf.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/urdf/Urdf.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_urdf_Urdf.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/urdf/Urdf.js</a></h2>

<dl>

Expand All @@ -429,7 +429,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_urdf_UrdfClient.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/urdf/UrdfClient.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_urdf_UrdfClient.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/urdf/UrdfClient.js</a></h2>

<dl>

Expand All @@ -441,7 +441,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_interaction_Highlighter.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/interaction/Highlighter.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_interaction_Highlighter.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/interaction/Highlighter.js</a></h2>

<dl>

Expand All @@ -453,7 +453,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_interaction_MouseHandler.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/interaction/MouseHandler.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_interaction_MouseHandler.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/interaction/MouseHandler.js</a></h2>

<dl>

Expand All @@ -465,7 +465,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_interaction_OrbitControls.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/interaction/OrbitControls.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_interaction_OrbitControls.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/interaction/OrbitControls.js</a></h2>

<dl>

Expand All @@ -477,7 +477,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_SceneNode.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/SceneNode.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_SceneNode.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/SceneNode.js</a></h2>

<dl>

Expand All @@ -489,7 +489,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
<hr />

<div>
<h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_Viewer.js.html">/home/rctoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/Viewer.js</a></h2>
<h2><a href="symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_visualization_Viewer.js.html">/wg/stor5/rtoris/Documents/WPI/RAIL/ROS/groovy/src/ros3djs/src/visualization/Viewer.js</a></h2>

<dl>

Expand All @@ -504,7 +504,7 @@ <h2><a href="symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs
</div>
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Mar 28 2013 21:18:20 GMT-0700 (PDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Apr 01 2013 13:44:46 GMT-0700 (PDT)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h2><a href="symbols/ROS3D.Viewer.html">ROS3D.Viewer</a></h2>
</div>
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Mar 28 2013 21:18:20 GMT-0700 (PDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Apr 01 2013 13:44:46 GMT-0700 (PDT)
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions doc/symbols/ROS3D.Arrow.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h1 class="classTitle">



<br /><i>Defined in: </i> <a href="../symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Arrow.js.html">Arrow.js</a>.
<br /><i>Defined in: </i> <a href="../symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Arrow.js.html">Arrow.js</a>.

</p>

Expand Down Expand Up @@ -511,7 +511,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Thu Mar 28 2013 21:18:20 GMT-0700 (PDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Mon Apr 01 2013 13:44:46 GMT-0700 (PDT)
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions doc/symbols/ROS3D.Axes.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h1 class="classTitle">



<br /><i>Defined in: </i> <a href="../symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Axes.js.html">Axes.js</a>.
<br /><i>Defined in: </i> <a href="../symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Axes.js.html">Axes.js</a>.

</p>

Expand Down Expand Up @@ -417,7 +417,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Thu Mar 28 2013 21:18:20 GMT-0700 (PDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Mon Apr 01 2013 13:44:46 GMT-0700 (PDT)
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions doc/symbols/ROS3D.Grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h1 class="classTitle">



<br /><i>Defined in: </i> <a href="../symbols/src/_home_rctoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Grid.js.html">Grid.js</a>.
<br /><i>Defined in: </i> <a href="../symbols/src/_wg_stor5_rtoris_Documents_WPI_RAIL_ROS_groovy_src_ros3djs_src_models_Grid.js.html">Grid.js</a>.

</p>

Expand Down Expand Up @@ -349,7 +349,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Thu Mar 28 2013 21:18:20 GMT-0700 (PDT)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Mon Apr 01 2013 13:44:46 GMT-0700 (PDT)
</div>
</body>
</html>
Loading

0 comments on commit 58e8adf

Please sign in to comment.