Skip to content

brianichter/MotionPlanning.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotionPlanning.jl

A Julia package containing motion planning code related to the following papers on robotic motion planning:

After reading the Dependencies section below, install with

Pkg.clone("https://github.com/schmrlng/MotionPlanning.jl.git")

at the julia> prompt (and let me know if it actually works!).

Documentation

Doesn't exist. At least for now. Check out some basic usage examples and peruse the source, or message me if you have any particular questions about the code.

Dependencies

Until I do some reorganization/implement conditional dependencies, this package comes as one big monolithic block with a bunch of required packages. The starred packages below require additional python-based installation steps outside of Julia (see links).

  • PyPlot*
  • ArrayViews
  • Devectorize
  • Iterators
  • GZip
  • Grid
  • Distances
  • KDTrees
  • ImmutableArrays
  • SymPy*
  • FastAnonymous

Disclaimers

  • This code is so alpha that if it was particle, it never would have made it past the paper planning phase.
  • This code is so alpha that if it was a gorilla, even King Kong would be intimidated by its immense load time.
  • This code is so alfa that if it was a car, Jeremy Clarkson would revel in its shoddy engineering.
  • This code is so alfalfa... you get the picture. In all seriousness, lots of things in this package are likely to change in the immediate future as I port in old code, reorganize things, and address some of the 50+ "TODO"s scattered throughout the code.

About

Robotic motion planning in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%