0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Starting to remove message generation for non-core deps. More... almost 15 years ago
merge More... almost 15 years ago
Add the roslaunch file for starting up the USB webcam. Still need to remove all the hardcoded IPs and switch to using MasterChooser on the phone. More... almost 15 years ago
Finish activity onPause(). More... almost 15 years ago
Clean up ImageTransportTutorial and make it use CompressedImage instead of raw Image. More... almost 15 years ago
Working version of ImageTransportTutorial. More... almost 15 years ago
Some cleanup of the PubSubTutorial. More... almost 15 years ago
Add method to wait for a NodeServer to start. Use new awaitStart() to make the PubSubTutorial work. More... almost 15 years ago
merge More... almost 15 years ago
android teleop displays map and allows switching camera and map More... almost 15 years ago
New RosImageView that's based on SensorImageView. Need to evaluate how this pattern fits with the RosActivity pattern. More... almost 15 years ago
Additional NodeContext to NodeConfiguration rename cleanups. More... almost 15 years ago
first non-working (but compiling) version of MapView in Teleop More... almost 15 years ago
joystick version of Teleop app mocked up More... almost 15 years ago
Renamed NodeContext to NodeConfiguration. More... almost 15 years ago
merge More... almost 15 years ago
fixed command-line build for android apps after move to android directory More... almost 15 years ago
Remove TalkerListener app since it's superceded by the Android pubsub tutorial. More... almost 15 years ago
Add publisherUpdate functionality so that the Android pubsub tutorial is no longer flaky. This introduces some unecessary exception handling outside the Master/Slave. That can be tidied up by wrapping any unrecoverable exceptions into RuntimeExceptions. More... almost 15 years ago
Added some unfortunate ugly casting that will need to be addressed. This is a lousy workaround for the still incomplete decoupling of message implementations. Added mostly working Android tutorial code for pubsub. The MasterServer is missing the update API for subscribers so it's flaky. Added custom TextView that acts as a subscriber. Removed argv from NodeMain since it was unused. If it's used in the future, it should be part of NodeContext. Added todo. More... almost 15 years ago
Switch from using deque to a normal queue. More... almost 15 years ago
Temporarily bypass the cacluation of MD5s by the MessageDefinition class since it will require some additional work. More... almost 15 years ago
Move all Android related code under android/ directory. More... almost 15 years ago
Update .hgignore to avoid checking in apks. Remove accidental additions. Add a test to MessageDefintions to check that MD5 behavior has not changed. More... almost 15 years ago
Added a RosCore node that spins up a master. Expanded the Android pubsub tutorial to spin up a core, talker, and listener. Simplified MessageDefinition md5 calculation by using the Apache Codecs lib. More... almost 15 years ago
Change multiple APIs to stop using arrays and instead use lists. Change to APIs by interface instead of implementation. Move additional command line parsing logic into CommandLineLoader. Add a NodeRunner that can execute a NodeMain in a thread. More... almost 15 years ago
Add skeleton for Android pubsub tutorial. More... almost 15 years ago
Remove specification of message class in createPublisher(). More... almost 15 years ago
Add MessageSerializerFactory interface to decouple MessageSerializer implementations from their use. More... almost 15 years ago
Rename to short names for consistency. More... almost 15 years ago