0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jan 21, 2025 — Jan 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove of ROS.java More... almost 15 years ago
adding Ros.java More... almost 15 years ago
refactor ROS.java to Ros.java, adding formatters for eclipse, reformatting ugly code More... almost 15 years ago
merge More... almost 15 years ago
Services now work with rospy server/client. Disabled debug logging everywhere. Removed experiment binary. More... almost 15 years ago
Sketching out a client api, needs much improvement, but just wanted to get something going. More... almost 15 years ago
Move all files to internal package to make room for public facing API. More... almost 15 years ago
Fixed service test by pulling out additional service specific message queues. Changed publisher and subscriber message queues to extend the generic message queue. More... almost 15 years ago
Pulled out common message queue code from service message queues. Created working service message queues. More... almost 15 years ago
Add missing persistent field to service client connection header. More... almost 15 years ago
Started testing service implementaiton against ROS tutorials and found that the TCPROS spec is different (in an undocumented way) for services. Services send an extra byte when replying to an incoming message that indicates whether an error occured. Errors are always returned as strings. This add support for the extra byte but adds a lot of duplicated code. In addition, this moves services into their own package since it has become clear that they are not considered as or treated as topics in practice. There is also a temporary Experiment binary that simply tries to use an AddTwoInts service. More... almost 15 years ago
Rename description to identifier or definition where appropriate. More... almost 15 years ago
Fix a few warnings. More... almost 15 years ago
Remove unused imports. More... almost 15 years ago
Added getPublications() support and associated test. More... almost 15 years ago
Added test for lookupService(). More... almost 15 years ago
Partially tested service registration. More... almost 15 years ago
Small cleanups. More... almost 15 years ago
Finished ServiceIntegrationTest. More... almost 15 years ago
Stop using Thread.currentThread() when waiting for interrupt in run(). More... almost 15 years ago
Add missing overridden methods for LittleEndian streams. More... almost 15 years ago
Fix some bad auto-renames. Change Service construction to be more like Pub/Sub construction and not require a SlaveDescription. More... almost 15 years ago
More cleanup. More... almost 15 years ago
Cleanups. More... almost 15 years ago
Rename client/server classes with suffix Client/Server to avoid having to specify the full class name everywhere. More... almost 15 years ago
Service integration test working. More... almost 15 years ago
Further progress on services. Working on integration test. More... almost 15 years ago
Further work on Service support. More... almost 15 years ago
More moving around of classes and packages. Started fleshing out server.Service. More... almost 15 years ago
Add place holders for Service client/server. Move some classes around to new packages. More... almost 15 years ago