Python Programming Session 1

 We will be using Python utilizing OOP (object oriented programming) concept. For our bot we will create class for

  1. DriveBase
    1. movestraight()
    2. linefollow()
    3. Turns()
  2. Attachment
    1. Moveup()
    2. movedown()
    3. tiltforward()
    4. tiltbackward()
  3. Bot : This will create above two objects in its constructor.
    1. runs 1-n

Comments

Popular posts from this blog

Project Brainstorming Session 1

Bot Design Brainstorming Session 1