0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start implementation of a LaserScanPublisher and make use of it in the Hokuyo tutorial. More... over 14 years ago
Cleanup some warnings. More... over 14 years ago
Add tutorial for using the Hokuyo library. Remove redundant resources. More... over 14 years ago
Change stack maintainer. Add support for specifying android project targets. Remove double unnecessary new lines in eclipse .project generation. More... over 14 years ago
Create android_core stack. First checkin of Hokuyo support for Android. More... over 14 years ago
Centralized some package path definitions in old style messages code. Exposed MessageSerializationFactory to help with rosserial OSGi classpath problem (rosserial was loading message classes itself) Simplified bnd file for OSGi bundle. More... over 14 years ago
Update .hgignore since *-generated files are no longer created. More... over 14 years ago
Fix run.py and add a test. Change run.py to use runtime scope. Fix more scoping bugs that caused run.py to fail. Clarify sample_package dependency names. Improve assertListEqual. Add make test target and make all targets phony. Overwrite existing files on make. More... over 14 years ago
Update .hgignore since *-generated files are no longer created. More... over 14 years ago
Remove .project and default.properties since they should not be checked in. More... over 14 years ago
Some minor cleanup. More... over 14 years ago
Make ant log visible. More... over 14 years ago
Simplify module layout. More... over 14 years ago
Move all make logic to make.py. More... over 14 years ago
Change scope transformations into scope checks. More... over 14 years ago
Add test resources to rosjava dependencies. Fix eclipse classpath generation to include test depencencies. Fix direct dependency scope transformation to correctly reflect how scopes are nested. More... over 14 years ago
merge More... over 14 years ago
Move message generation to make.py More... over 14 years ago
Add make.py to start replacing the majority of rosjava.mk. Move dependencies.xml, ros.properties, and default.properties generation into make.py. More... over 14 years ago
Change generate_android_properties to write default.properties directly. More... over 14 years ago
Change generate_ros_properties to write to ros.properties directly. More... over 14 years ago
Changed dependency.xml generator to write the file directly. Simplified rosjava.mk. More... over 14 years ago
Remove include_package argument from walk_export_path. Rename walk_export_path to map_package_dependencies. More... over 14 years ago
Started pulling apart walk_export_path. Improved tests. More... over 14 years ago
Logging of actionlib exception to server when trying to start up Default Action Server. Make sure msg files and rosjava bootstrap to use main rosjava bundle as OSGi fragment host so that msg files can be found on classpath and instantiated. More... over 14 years ago
Fix message generation. Use ros.compile.classpath instead of the non-existent ros.classpath. More... over 14 years ago
Move run.py into python src directory. Small formatting fixes. More... over 14 years ago
Replace rosjava/bin/run with new rosjava_bootstrap run.py script. More... over 14 years ago
Android tutorials now build again. More... over 14 years ago
Fix scoping of transitive dependencies. More... over 14 years ago