Class: LineFollowTwoSensor

Simulation.Mode.LineFollowTwoSensor()

Class Simulation.Mode.LineFollowTwoSensor is a simulation mode that sets up a robot with two light sensors and allows it to loop around a room. UI elements are set up so that the user can change the parameters controlling the line following algorithm.

Constructor

new LineFollowTwoSensor()

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

Methods

UIPoll()

Polls the line follow two sensor mode specific UI elements
Source:

addNewUIElements()

Adds the UI elements that control the line follow two sensor simulation mode. This code currently has an inefficiency that deletes DOM elements for the inputs if they already exist. It would be preferable if a handle could be saved and reused for these elements.
Source:

setRoomToConfig()

Sets the room to the specific configuration defined in this function.
Source:

setupLightSensorArray(robotSize)

Configures the light sensor array using the input parameters from the UI elements.
Parameters:
Name Type Description
robotSize number The size of the robot that the light sensor will be attached to.
Source:

setupRobot()

Set up the robot in the simulation. The Robot Algorithm parameters for the PD controller are initialized according to the UI element values.
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)