Skip to content

Commit 934a595

Browse files
author
Russell Toris
committed
Merge pull request #43 from rctoris/stable
r6 release
2 parents 26c35fa + b7b2ae8 commit 934a595

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+128
-81
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Original Authors
22
----------------
33

4-
* Russell Toris ([email protected])
4+
* [Russell Toris](http://users.wpi.edu/~rctoris/) ([email protected])
55
* Jihoon Lee ([email protected])
66
* Brandon Alexander ([email protected])
77
* David Gossow ([email protected])

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-05-07 - **r6**
2+
* Fixes missing ID counter in ROS so multiple service calls can be made [(rctoris)](https://github.com/rctoris/)
3+
* Unlimited number of event listeners added [(baalexander)](https://github.com/baalexander/)
4+
15
2013-04-09 - **r5**
26
* Replaces build system with Grunt [(baalexander)](https://github.com/baalexander/)
37
* Code cleanup for linter [(baalexander)](https://github.com/baalexander/)

build/roslib.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
var ROSLIB = ROSLIB || {
6-
REVISION : '5'
6+
REVISION : '6'
77
};
88

99
//URDF types
@@ -316,6 +316,10 @@ ROSLIB.Ros = function(options) {
316316
options = options || {};
317317
var url = options.url;
318318
this.socket = null;
319+
this.idCounter = 0;
320+
321+
// Sets unlimited event listeners.
322+
this.setMaxListeners(0);
319323

320324
// begin by checking if a URL was given
321325
if (url) {

build/roslib.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/ActionClient.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ROSLIB.A
157157
<br clear="both">
158158

159159
<footer>
160-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Apr 09 2013 11:13:19 GMT-0700 (PDT)
160+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue May 07 2013 12:08:51 GMT-0400 (EDT)
161161
</footer>
162162

163163
<script> prettyPrint(); </script>

doc/Goal.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ROSLIB.A
123123
<br clear="both">
124124

125125
<footer>
126-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Apr 09 2013 11:13:19 GMT-0700 (PDT)
126+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue May 07 2013 12:08:51 GMT-0400 (EDT)
127127
</footer>
128128

129129
<script> prettyPrint(); </script>

doc/Message.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ROSLIB.A
5959
<br clear="both">
6060

6161
<footer>
62-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Apr 09 2013 11:13:19 GMT-0700 (PDT)
62+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue May 07 2013 12:08:51 GMT-0400 (EDT)
6363
</footer>
6464

6565
<script> prettyPrint(); </script>

doc/Param.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ROSLIB.A
103103
<br clear="both">
104104

105105
<footer>
106-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Apr 09 2013 11:13:19 GMT-0700 (PDT)
106+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue May 07 2013 12:08:51 GMT-0400 (EDT)
107107
</footer>
108108

109109
<script> prettyPrint(); </script>

doc/Pose.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ROSLIB.A
8181
<br clear="both">
8282

8383
<footer>
84-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Apr 09 2013 11:13:19 GMT-0700 (PDT)
84+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue May 07 2013 12:08:51 GMT-0400 (EDT)
8585
</footer>
8686

8787
<script> prettyPrint(); </script>

doc/Quaternion.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ROSLIB.A
124124
<br clear="both">
125125

126126
<footer>
127-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Apr 09 2013 11:13:19 GMT-0700 (PDT)
127+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue May 07 2013 12:08:51 GMT-0400 (EDT)
128128
</footer>
129129

130130
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)