-
Notifications
You must be signed in to change notification settings - Fork 0
robocup-logistics/protobuf_comm_java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MANUAL FOR "FAKEROBOT" AND "REPORTMACHINE" ========================================== In order to use the console tools "FakeRobot" and "ReportMachine" you need to compile it first. You cannot just use the corresponding .class-files in the bin directory, as the classes need the protobuf library by Google. So you need to generate runnable JAR files. To do so you have to open Eclipse and import the complete project. Then right-click on FakeRobot.java/ReportMachine.java in the Package Explorer, select Export and choose Java/Runnable Jar. After clicking Next, choose FakeRobot/ReportMachine as the starting point and select "Extract required libraries into generated JAR" as the classes need the referenced protobuf library by Google. Then you can finish the export. In a terminal, navigate to the new JAR file and run "java -jar FakeRobot.jar ..." (ReportMachine respectively).
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published