HomeOrderProduct Design / Help

Software

About the Pololu:

  • Example C and VB Code for the Pololu
  • Linux Example Code:

    June 5th, 2008: Code is about 99% done, there's plenty of tuning left to do.

  • All my code, including testing code
  • main.h
    main.cpp
    Main program control that sets up the wxWidgets windows, events, etc.
    frame.h
    frame.cpp
    Main control point, all the classes are defined here. The main timer runs from here.
    serial.h
    serial.cpp
    Serial port control, called by the Servos
    servo.h
    servo.cpp
    Servos, manual control, soft limits, etc.
    camera.h
    camera.cpp
    Handles the camera grabbing the frame and controlling the hardware
    process.h
    process.cpp
    Process the video image and decide what to do.
    go Makefile I compile the project with "./go" which removes the ./out, runs make, then runs ./out. If there are compile errors, it it just doesn't run ./out.

    For general inquiries, contact support@robotairsoft.com