MAC Webots and Monitor Notes - UPenn-RoboCup/UPennalizers GitHub Wiki
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.