Dynamic obstacle avoidance simulations in Julia.
This project uses the Julia environment defined in src/Project.toml and locked by src/Manifest.toml.
From the repository root:
julia --project=src -e 'using Pkg; Pkg.instantiate()'Run the single-obstacle simulation:
julia --project=src src/Sim.jlRun the multiple-obstacle simulation:
julia --project=src src/Sim_mobs.jlGenerated figures are written to figs/.
