I18n of directions (N, S, W, E)
Brought to you by:
stas_zytkiewicz
Hi, I am using GvR with the Czech locale on Windows7 (cs_CZ, cp1250). Everything works great except of the world. When defining a world, the robot has to be defined using the Czech locale (S instead of N, J instead of S, Z instead of W, V instead of E). However, the walls have to be defined with the English acronyms (N,S,W,E). The Worldbuilder generates walls using the Czech locale (S,J,Z,V) which does not work. I get the following:
Error: 'V'
in line 12: zed 3 6 V
Check your world file for syntax errors
I tried to fix it in world.py but I couldn't manage. Thank you and best regards.