pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[EXECUTOR] Make starting position available to students on Dawn #223

Open DanielMolina24 opened 3 years ago

DanielMolina24 commented 3 years ago

Allow students to access the starting position of the robot through an api function

AVSurfer123 commented 3 years ago

This is already implemented in studentapi.cyx and can be accessed through Robot.start_pos

DanielMolina24 commented 3 years ago

Issue already implemented

benliao1 commented 3 years ago

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().