What does world frame mean?

The coordinate frame fixed to the mat, which stays put however the robot moves. Its x axis runs to the right and its y axis away from you; position(), targets and walls are in this frame.

Also written as: world frames

In a lesson

drive(fwd, lat, rot) is a body frame command. position() is a world frame answer. Anything that connects them has to know the heading.

Learn it

Used in

Do the lesson in the simulator

All glossary terms