0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix actionlib after refactor. More... about 14 years ago
Clean up warnings. More... about 14 years ago
Rename executeNodeMain to execute. It's no longer necessary to distinguish since we have a getter for the underlying ScheduledExecutorService. More... about 14 years ago
Add await methods to Holder. Pull out SharedScheduledExecutorService and use it in the DefaultNodeFactory. This way Nodes and NodeMainExecutor don't have any special knowledge of it. Pull out RosTest to simplify tests. Fix some tests to use RosTest. Fix NodeMainExecutor to build a ScheduledExecutorService that behaves like a Executors.newCachedThreadPool(). More... about 14 years ago
Rename NodeSlaveIdentifier to NodeIdentifier. Rename NodeServer to XmlRpcServer. Javadoc cleanups. More... about 14 years ago
Fix bug 31. More... about 14 years ago
Licensing put on actionlib. More... about 14 years ago
Example action server needed a method. More... about 14 years ago
Master now allows full shutdown of nodes, subscribers, publishers, and services and starting them up again. Fuller test coverage of master. More... about 14 years ago
Remove todo. More... about 14 years ago
Change WatchdogTimer to use ScheduledExecutorService. More... about 14 years ago
Add todo and a small cleanup. More... about 14 years ago
Fix missing import. More... about 14 years ago
Fixed to use the latest rosjava APIs. More... about 14 years ago
Add getDefaultNodeName() to NodeMain to support the typical ROS behavior of overriding default node names. Add (almost) proper handling of slaves with the same name attempting to register with the master. Fix pubsub tutorial. Some rename cleanup. More... about 14 years ago
Add todo. More... about 14 years ago
Fix after renaming NodeRunner to NodeMainExecutor. More... about 14 years ago
Rename NodeRunner to NodeMainExecutor for consistency with Java APIs. More... about 14 years ago
merge More... about 14 years ago
Extend Node API to allow access to the TimeProvider directly. Add a regression test to verify a bug report has been resolved. Small cleanups. More... about 14 years ago
Avoid a potential NPE in the NtpTimeProvider. Instead, it is possible to log a warning. More... about 14 years ago
merge More... about 14 years ago
merge More... about 14 years ago
Add javadoc. Remove redundant code by using GlTransformer everywhere. Switch to using new FrameTransformTree. Other small cleanups. More... about 14 years ago
Pull in Transformer as FrameTransformTree. Add FrameTransform to encapsulate the meaning of transforms between frames. Change the API to be consistent with other rosjava APIs. Fix the rotation of vectors. More... about 14 years ago
Patch by Sebastian: fix constructors to instantiate views from XML More... about 14 years ago
get_msg_classpath can use get_all_msg_dependencies instead to unify logic
kwc
as Ken Conley
More... about 14 years ago
all message packages have an implicit dependency on std_msgs
kwc
as Ken Conley
More... about 14 years ago
Use RosActivity in android_tutorial_image_transport. Patch by Sebastian Muszynski. More... about 14 years ago
Backed out changeset c8c065188de1 to apply RosAction patch More... about 14 years ago