pathplan.tcl.README 415 B

1234567891011
  1. pathplan.tcl - Pathplan demo
  2. Author: John Ellson <[email protected]>
  3. Package requires: wish, tclpathplan, tkspline
  4. Pathplan is a library for finding stright-line or bezier routes
  5. around abitrary polygon obstacles. This script is a demo of
  6. the capabilities of the library. It supports the creation of polygon
  7. obstacles and the specification of the endpoints of paths between
  8. which the shortest path is found.