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
rohan2689 edited this page Feb 9, 2012
·
1 revision
Create a soft link from your UPennalizers controller to Webots directory.
Start webots application and immediately hit the Stop button (before the app crashes!)
Delete all players except PLAYER_1_0 DARwin OP (i.e. player 1 of team 0).
In the MATLAB file MonitorShm, you might hit an error at the line calling show_monitor.
If you do, make sure the initial setting (topmost snippet of the file) looks like this:
% Players and team to track
nPlayers = 1;
teamNumbers = [0];
team2track = 1;
player2track = 1;
Doing the permutations and combinations can be annoying, but this combination works for sure.