You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Setup:
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.
Usage:
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.