Python Programming Session 1
We will be using Python utilizing OOP (object oriented programming) concept. For our bot we will create class for
- DriveBase
- movestraight()
- linefollow()
- Turns()
- Attachment
- Moveup()
- movedown()
- tiltforward()
- tiltbackward()
- Bot : This will create above two objects in its constructor.
- runs 1-n
Comments
Post a Comment