0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Run subscriber callbacks in separate threads. More... about 14 years ago
Small style fix. More... about 14 years ago
Fix for changes to NodeMain/NodeRunner. More... about 14 years ago
Fix code to match the new NodeMain/NodeRunner infrastructure. More... about 14 years ago
Change NodeMain to be a pure interface (more flexible). Fix surrounding code to work with the new NodeMain. More... about 14 years ago
Changed DefaultNodeRunner to replace existing nodes on name collision (the usual ROS behavior). It really needs a test now. Fix warnings. Fix javadoc. More... about 14 years ago
Add additional listener method for master registration failure. Rename onRemoteConnection to onNewSubscriber/Publisher. Cleanup javadoc. Call all listeners in individual threads. Rename Base*Listener to Default*Listener for consistency. More... about 14 years ago
Move initialization of NodeListener collection to the DefaultNode constructor (this way they can be set before the node calls onStart). Call all listeners in separate threads via the ExecutorService (this way no one listener can block all the others). More... about 14 years ago
Add a test to ensure that connection retries happen more than once. Fix warnings. Change Registrar to use the supplied ExecutorService. Fix incorrect javadoc about onNodeCreate (the node is started on creation) and changed it to onStart. More... about 14 years ago
merge More... about 14 years ago
Add support for limiting the size of message queues. Fix a bug in RosoutLogger that caused stack traces to not be printed. Change OutgoingMessageQueue to use the supplied ExecutorService. More... about 14 years ago
Added in callbacks to nodes, subscribers, publishers, and service servers. Not sure why so many other things got marked modified. More... about 14 years ago
Call through to the super class on all ChannelHandler methods. Add the reconnecting logic earlier so that we can also retry if connection errors occur during handshaking. More... about 14 years ago
Fix bug that caused devices to not be connected. More... about 14 years ago
Add connection retries to client connections. Cleanup MessageQueueIntegrationTest. Use ExecutorService in DefaultSubscriber. Add some additional debug logging. Cleanup MasterServer a bit. More... about 14 years ago
Add additional debug logging. Fix a bug that caused the second laser scanner to not always be added (needed to use singleTask and onNewIntent). More... about 14 years ago
Clean up formatting and rename a few things. More... about 14 years ago
Hand an ExecutorService to most classes needing threads. Still have to cover some of the classes creating a Thread, not just using an executable. More... about 14 years ago
actionlib working entirely with new NodeMain framework. DefaultNodeRunner to take just an Executor. More... over 14 years ago
Enable periodic updates for NTP. More... over 14 years ago
Add support to NtpTimeProvider for periodically updating the offset. More... over 14 years ago
Change UsbRequestPool to support requests on multiple endpoints. Make laser scanner more robust by handling checksum errors. Fix race condition when accessing the NodeRunnerService by passing on the NodeRunner in init() instead of using a getter. More... over 14 years ago
Fixes issue 22. Make virtual joystick publisher use ~cmd_vel instead of global. More... over 14 years ago
Fixes issue 66. Add preconditions to check that all *Identifier classes use global graph names. Resolve service names on creation of clients and servers. Some minor cleanup. More... over 14 years ago
Address review comments. Throw an exception if two nodes with the same name are used in the same NodeRunner. Add a todo to additionally cleanup the map on node shutdown once a NodeStateListener is supported. More... over 14 years ago
Fixes issue 70. We now depend on the newest Android SDK/ADT. More... over 14 years ago
Fix missing brace. More... over 14 years ago
Fixes issue 70. We now support the latest version of the Android SDK/ADT. Also adds some additional debugging and completes multi-device suport in the hokuyo tutorial. More... over 14 years ago
First draft of refactoring AcmDeviceActivity to enable connecting to multiple devices. Improved shutdown code for ACM devices. More... over 14 years ago
Refactor and fix bugs in logging. Log messages now show up correctly in rxconsole. Add logging to the Talker node. More... over 14 years ago