Can someone point me to additional examples of working code using weblibbot?
I've gotten the $50 version to run, and now I want to do something new, but don't quite grasp how webbotlib would be used.
For example, let's say that I add a couple of bumper switches. Do I need to poll for those changes? Let assume that the right front bumper switch closes while driving forward. I want to:
stop
drive both left and right reverse for x time units
stop
drive right forward y units
drive both left and right forward
continue with previous task
Is that all accomplished in the appControl function with delays to manage the 'do this for x units of time' stuff?
Sorry for asking what is likely a really silly question, but thanks for any help.
-Mark