Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L LEGO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • René Søndergaard Nilsson
  • LEGO
  • Wiki
  • Lesson 8 Journal 2

Lesson 8 Journal 2 · Changes

Page history
skeleton for writing authored Apr 30, 2015 by ivangrujic's avatar ivangrujic
Hide 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.
## Diffirential drive
## Differential drive
### Setup
......@@ -27,16 +27,24 @@ Two ligth sensors were added to the front of the car to use line following up th
![Lego car two light sensors attached](https://gitlab.au.dk/rene2014/lego/raw/master/Lesson8/Images/SetupWithLightSensors.jpg)
### 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
......
Clone repository
  • Lesson 1
  • Lesson 2
  • Lesson 3
  • Lesson 4
  • Lesson 5
  • Lesson 6
  • Lesson 7
  • Lesson 8 Journal 2
  • Lesson 8
  • Lesson 9
  • Lesson10
  • Lesson11
  • Home