openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
rosjava
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Jan 24, 2025 — Jan 24, 2026
Showing page 102 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Change OutgoingMessageQueue to use put() instead of add(). This fixes the deque beyond capacity exception since the CircularBlockingBuffer only overrides put().
Damon Kohler
More...
almost 15 years ago
Fix memory leak by introducing circular buffer for use with message queues.
Damon Kohler
More...
almost 15 years ago
Force camera to low res for now. Adding a few comments and cleaning up the camera node.
Ethan Rublee
More...
almost 15 years ago
Adding master chooser.
Ethan Rublee
More...
almost 15 years ago
Minor log format.
Ethan Rublee
More...
almost 15 years ago
Adding copyright.
Ethan Rublee
More...
almost 15 years ago
First attempt at remapping... Added unit tests for this also, maybe not complete. Also refactor of Resolver to RosResolver, as Resolver seems to be a popular name (what should we do, prepend everything with Ros?)
Ethan Rublee
More...
almost 15 years ago
Refactor namspace, as Namespace appears to be so common, so maybe call it RosNamespace?...
Ethan Rublee
More...
almost 15 years ago
merge with default for up to date goodness.
Ethan Rublee
More...
almost 15 years ago
Making branch, for fleshing out RosCamera, will merge back soon.
Ethan Rublee
More...
almost 15 years ago
Updated Javadoc. All implemented methods in MasterClient now have documentation.
Damon Kohler
More...
almost 15 years ago
More refactoring to move away from handing in callerId as a string. Updated and added additional Javadoc.
Damon Kohler
More...
almost 15 years ago
Refactor MasterClient methods to take a SlaveIdentifier in place of separate callerId and callerApi parameters. Update and add missing Javadoc.
Damon Kohler
More...
almost 15 years ago
Change calls to isInterrupted() to use the more bullet-proof Thread.currentThread().isInterrupted().
Damon Kohler
More...
almost 15 years ago
Start adding missing javadoc to internal API. Refactor some of the MasterClient APIs to stop taking Strings as arguments.
Damon Kohler
More...
almost 15 years ago
Small cleanups.
Damon Kohler
More...
almost 15 years ago
Working on name/resolution code more. NamespaceTools is now a general Resolver. This code/API is still taking shape. Ned to make some decisions on how to do remapping, but I think the Resolver is a way to implement that cleanly. Added in some unit tests from the rospy name code, which required changing the behavior of the existing resolution code to be more lenient. Also, I'm wondering of RosName should be pushed into internal, unless we intend for all user-facing APIs to use that type
kwc
as Ken Conley
More...
almost 15 years ago
Refactor, cleanup, adding some junit tests (mainly self experimentation). Also, name resolution. Responding to code review, added logger implementation (for now just uses the default simple logger.
Ethan Rublee
More...
almost 15 years ago
More work on normalizing Time and Duration classes. Got rid of TimeUnit as it doesn't provide much value and was creating design confusion. Switched custom comparators to Comparable interface and added some unit tests for Duration.
kwc
as Ken Conley
More...
almost 15 years ago
Better implementation of fromMillis code in Time. Starting to add in unit tests for Time.
kwc
as Ken Conley
More...
almost 15 years ago
Getting rid of Time.now() static and replacing with a Node-based currentTime call. Added fromMillis factory on Time as a replacement. I'm am debating redoing the Time(double secs) constructor as millis as this creates confusion with System.currentTimeMillis(). Would rather the double representation respect the common repr of Java.
kwc
as Ken Conley
More...
almost 15 years ago
Fix some warnings.
Damon Kohler
More...
almost 15 years ago
Mostly automated refactor to change all URLs to URIs for added flexibility. Also, renamed all getAddress() methods that returned URL/URIs to getUri().
Damon Kohler
More...
almost 15 years ago
Style fixes and add missing copyright header.
Damon Kohler
More...
almost 15 years ago
Refactoring pull apart prototype. Adding PubSub sample to the tutorials. Also, simple prototype of using java class loading to load up a ros node from a string.
Ethan Rublee
More...
almost 15 years ago
refactoring, moving stuff out of a single file.
Ethan Rublee
More...
almost 15 years ago
Change nodeName to a field of SlaveClient. Pull out SubscriberListener interface into a separate file. Add a tutorial binary for SimplePubSub.
Damon Kohler
More...
almost 15 years ago
Add preconditions to check that names start with /.
Damon Kohler
More...
almost 15 years ago
moving SampleNode.java to tests
Ethan Rublee
More...
almost 15 years ago
moving SampleNode.java to tests
Ethan Rublee
More...
almost 15 years ago
←
1
2
…
97
98
99
100
101
102
103
104
105
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree