-
Notifications
You must be signed in to change notification settings - Fork 1
How to use Logsimulator
GiorgosMethe edited this page Apr 21, 2013
·
9 revisions
Logsimulator is a software that reproduces data inputs from the robot from its camera and other sensors, in order to test the code for different applications such as image processing, etc.
- copy "Config" folder from NaoTHSoccer to "NaoTHSoccer/dist/Native/"
or create a link:
Inside
dist/Native
:$ ln -s ../../Config Config
- place *.log file in "NaoTHSoccer/dist/Native/" (you can find one in the binaries in "NaoTH2011-bin/log/goto_ball_near_goal.log" from humboldt test release download )
- TODO: create more logfiles and place them in a server for us to access them easier.
- run
$ ./logsimulator goto_ball_near_goal.log
- start RobotControl from the root folder of the repository
$ sh robotControl.sh
- connect to
localhost
You should be able to access simulated sensory input data now.