Changes
Page history
skeleton for writing
authored
Apr 30, 2015
by
ivangrujic
Show whitespace changes
Inline
Side-by-side
Lesson-8-Journal-2.markdown
View page @
27053cf5
...
...
@@ -16,7 +16,7 @@ The goal for the day is to make a Lego car follow the Alishan track using a gyro
Based on the knowledge gained from [1], a behavioral control will be implemented on the Lego car.
## Diff
i
rential drive
## Diff
e
rential drive
### Setup
...
...
@@ -27,16 +27,24 @@ Two ligth sensors were added to the front of the car to use line following up th

### Results
The line following was implemented with a PID regulator and using the differential driver for the motors.
The relevant code is shown in the below snippet:
## Direct Motor Control
// TODO: Insert code snippet
###
Setup
###
Results
// BESKRIV:
// Skift fra differential pilot class til regulær motor class
// Ikke muligt at udføre effektiv PID regulering grundet motorene ikke kan køre baglæns og er lang tid om falde i hastighed
## Direct Motor Control
### Setup
The same physical setup was used on the car.
### Results
## Conclusion
...
...
...
...