Brucey 56764dd06e Text.Graphviz. Initial Import. 8 months ago
..
Makefile.am 56764dd06e Text.Graphviz. Initial Import. 8 months ago
Makefile.in 56764dd06e Text.Graphviz. Initial Import. 8 months ago
README 56764dd06e Text.Graphviz. Initial Import. 8 months ago
cvt.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
inpoly.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
libpathplan.pc.in 56764dd06e Text.Graphviz. Initial Import. 8 months ago
pathgeom.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
pathplan.3 56764dd06e Text.Graphviz. Initial Import. 8 months ago
pathplan.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
pathutil.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
route.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
shortest.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
shortestpth.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
solvers.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
solvers.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
tri.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
triang.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
util.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
vis.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
visibility.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
vispath.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago

README

Spline-o-matic Bezier path planner
David Dobkin, Emden Gansner, Eleftherios Koutsofios, Stephen North
Alpha release 5/16/98

NOTES
Makefile is for AT&T nmake, available as part of "astkit" at
http://akpublic.research.att.com:9000/sw/tools/reuse/
The entire build is controlled from the Makefile.

makefile is for old make (works with GNU) and employs recursive makes.
Edit the configuration in Config.mk (for platform independent
definitions) and makearch/$(ARCH) (for platform dependent definitions).

The makefiles build the path planner library, and an interactive TCL/tk
front end for demos. To run the interactive demo, the general idea is
to build visitk (an executable that contains tclsh) or Visitk.so
(a dynamic shared library that can be loaded into tclsh) and then
run path.tcl to get the demo.

The library is still being developed. Our plan is to clean up the
internal interfaces (where data structures are copied and converted
so we could glue in some older code). We also changed the spline
fitter router so that the output spline is not forced to hit all the
points of the input path. We plan to extend the library interface to
let the caller determine which path points must be hit.