Instructions

Students will create a program that turns their robot into a true rover. 

9. Add More Sensor Data to the Lists

After the GoPiGo rover explores for 15 seconds (or however long you decided to tell the GoPiGo to move), it needs to add another temperature and humidity sensor reading to the respective lists. One way to do this is to right click on the append to (Temperature) + temperature °C blocks and click Duplicate.


Attach these blocks to the bottom of the script. Repeat this process for the append to (Humidity) + humidity blocks.