Coding: Difference between revisions

168 bytes removed ,  19:07, 25 August 2022
Line 11: Line 11:
==Current Available Sensors==
==Current Available Sensors==


Sensors are programmable parts that allow a robot to interpret the physical world into processable data. You could think of them as the robot equivalent to our eyes or ears. The robot can be instructed via code to take actions based on the sensor data it receives, which is what allows a robot to complete tasks on its own (like delivering a sandwich across a crowded restaurant or launching a soda can across a room).   
Sensors are programmable parts that allow a robot to interpret the physical world into processable data. Think of them as the robot equivalent to a human's eyes or ears. The robot can be instructed via code to take actions based on the sensor data it receives, which is what allows a robot to complete tasks on its own (like delivering a sandwich across a crowded restaurant or launching a soda can across a room).   


Because there are so many different tasks and environments to tackle in RoboCo, we wanted to start with a wide variety of sensors! Below is a list of all the sensors currently available in the game. Additionally, if you are looking for other controllable parts that can be used with Python, see our [[Controls]] page!
Below is a list of all the sensors currently available in the game. Other parts that can be controlled with Python can be found on the [[Controls]] page.


{| class="wikitable"
{| class="wikitable"