Closed aroberge closed 8 years ago
In the first commit, I've done the replacement ".orientation" by "._orientation"; however worlds imported had the orientation attribute set so code had to be included to take care of this. (I did not do a full check prior to committing).
In the documentation, there will be remaining mentions of "orientation" instead of "_orientation" which will need to be adresse individually.
Moved to #209.
When creating a new robot through
UsedRobot()
, theorientation
argument has to be a string indicating a cardinal direction; however, theorientation
attribute after a robot is created is an integer between 0 and 3 (inclusive). To reflect the difference, the attribute should be renamed_orientation
.