Creating SimWorld Objects
The SimWorld contains many types of objects. The two, most familiar types are Wall Objects and Ground/Intersection Objects (both are explored in detail if you follow the links below).
Another type of object is a Road Object. Similar in properties to Ground/Intersection Objects, Road Objects do not allow any type of modifying through the Simulator interface, ONLY color setting. Road Objects are hard-coded, roads for the robot to follow and can be only created via basic java coding.
Related topics:
--> Wall Objects
--> Ground/Intersection Objects
--> Cloning Objects