lakshayg / mpel

Motion Planning and Experimentation Library
http://lakshayg.github.io/mpel
MIT License
10 stars 3 forks source link

Implement more bug planners (interpolators) #7

Open lakshayg opened 8 years ago

lakshayg commented 8 years ago
lakshayg commented 8 years ago

Implement a bug class before building all these interpolators so than there is minimum code duplication. The class must implement all the basic functions of a bug

  1. Sensing obstacles
  2. Following walls

etc