Update of /cvsroot/simspark/simspark/simulations/parts/rsg
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31978
Added Files:
Tag: WIN32
agent.rb
Log Message:
- startup script for hoap2 test
--- NEW FILE: agent.rb ---
#
# test the hoap2 robot
#
# hoap2 depends on the soccer bundle
importBundle('soccer')
scene = get($scenePath)
scene.importScene('rsg/boxspheres/arena.rsg')
scene.importScene('rsg/agent/hoap2.rsg')
|