Open DanielMolina24 opened 3 years ago
This is already implemented in studentapi.cyx
and can be accessed through Robot.start_pos
Issue already implemented
We should abstract away the fields of the Robot
class in the student API and wrap the access to this field in a method called Robot.get_start_pos()
.
Allow students to access the starting position of the robot through an api function