0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix classpath files for Android projects. Fix InetAddressFactory to correctly find non-loopback addresses for host names. Fix tests that were using a host name that was actually being resolved (caused the tests to fail when moving to a network where that host didn't resolve). More... over 14 years ago
Rename java directory to rosjava. Move manifest.xml into new rosjava directory. Remove top level build.xml. Fix broken android/library/build.xml. Apparently moving the bug fix into the pre-build target does not prevent it from being overwritten. More... over 14 years ago
Fix bug in MasterChooser. Remove broken Teleop demo. Move bug fix in Android library build.xml into pre-build stage. This prevents it from being overwritten by create_project.sh. Fixes issue 6. More... over 14 years ago
Updated usb_cam.launch for image transport demo. More... over 14 years ago
ImageTransportTutorial now works with the minimal MasterChooser, remote roscore, and remote usb_cam_node. More... over 14 years ago
Added simple MasterChooser activity. Not quite workign with the CameraTutorial yet. More... over 14 years ago
Clean up some warnings in Android lib. More... over 14 years ago
Remove unused resources from Android projects. More... over 14 years ago
Clean up remaining uses of CommandLineLoader in Android tutorials. More... over 14 years ago
Added InetAddressFactory which helps with creating InetAddresses that do not try to resolve host names. Moved loader logic into a new package. Removed NodeConfigurationBuilder and instead implemented required defaults in NodeConfiguration directly. Cleaned up CommandLineLoader. Added useful defaults. Cleaned up several of the Android examples to stop using CommandLineLoader. They are still not configurable as far as networking goes without recompiling. Cleaned up some formatting. Used InetAddressFactory to clean up some scattered network logic. More... over 14 years ago
Update create_project.sh scripts to use "android-9" target since the integer id is not stable across installs. Fixes issue 4. More... over 14 years ago
Added log message indicating master registration failure and that it will be retried. More... over 14 years ago
Added todo. More... over 14 years ago
Add an adjustable delay between registration retries. More... over 14 years ago
Add a test for MasterRegistration. Fix a bug that caused MasterRegistration retries to fail. More... over 14 years ago
Fix broken import line. More... over 14 years ago
Test that IPs as host strings are handled correctly and fix AdvertiseAddress to do so. More... over 14 years ago
Simplify NodeTest. URIs are derived from InetSocketAddress. No need to test that. More... over 14 years ago
Clean up some visibility. More... over 14 years ago
Get rid of setter for registrationOk. This shouldn't be publicly accessible. More... over 14 years ago
Change MasterRegistration to use a CompletionService. More... over 14 years ago
Move refactor for exceptions. Create a new internal exceptions package. More... over 14 years ago
Remove redundant comments. More... over 14 years ago
Update javadoc. More... over 14 years ago
Move Executor out of Node and into SubscriberFactory. More... over 14 years ago
Move TcpRosServer from Node into SlaveServer. More... over 14 years ago
Small formatting and API cleanup. More... over 14 years ago
Pull out fields for the pub, sub, and service factories. Add service unregistration to node shutdown. More... over 14 years ago
Pulled out factories for pub, sub, and services from Node. More... over 14 years ago
Clean up some javadoc and time related code in preparation for adding simtime support. More... over 14 years ago