Class: LineFollowOneSensor

Simulation.Mode.LineFollowOneSensor()

Class Simulation.Mode.LineFollowOneSensor is a simulation mode that sets up a robot with one light sensor and allows it to zig zag across a room.

Constructor

new LineFollowOneSensor()

The constructor that sets up the simulation variables
Source:
See:

Methods

setRoomToConfig()

configure this.room to match the tile layout in the function
Source:

setupLightSensorArray(sensorRadius) → {Robot.LightSensorArray}

Sets up the light sensor array.
Parameters:
Name Type Description
sensorRadius number radius of the light sensor
Source:
Returns:
- The initialized sensor array
Type
Robot.LightSensorArray

setupRobot()

setup the robot and save it in this.robot
Source:

update()

Update function that updates the state of the simulation
Source:

Documentation generated by JSDoc 4.0.2 on Fri Aug 30 2024 16:12:54 GMT-0600 (Mountain Daylight Time)