LARG / utaustinvilla3d

UT Austin Villa 3D simulation team base code release
Other
111 stars 51 forks source link

Bots not moving #3

Closed abhinavagarwal07 closed 8 years ago

abhinavagarwal07 commented 8 years ago

Even after starting the game, the bots doesn't seem to move

user@lenovo:~/Desktop/austinnew/utaustinvilla3d$ ./start.sh 
Running agent No. 1 -- Type 0
UT Austin Villa 3D Simulation Team Base Code
connecting to TCP localhost:3100
Loading rsg: (scene rsg/agent/nao/nao_hetero.rsg 0)
Running agent No. 2 -- Type 0
UT Austin Villa 3D Simulation Team Base Code
connecting to TCP localhost:3100
...

image

pmacalpine commented 8 years ago

Currently by default agents just stand in place. Did you try editing the selectSkill() method in behaviors/strategy.cc to change this behavior? There are a number of sample behaviors in strategy.cc that you can uncomment and try out.

abhinavagarwal07 commented 8 years ago

Thanks