comrob / Dubins3D.jl

Julia package to compute 3D Dubins Paths
BSD 2-Clause "Simplified" License
34 stars 6 forks source link

Configuration extraction & novel sampling #2

Open slamajakub opened 3 years ago

slamajakub commented 3 years ago

Adding novel functionality -- vehicle configuration can be queried at a specific distance along the manuever, new sampling function sample_path which samples based on sampling step rather than number of samples (old function compute_sampling kept for back-compatibility). Other changes in old implementation such that new and updated functions are used to prevent code duplication.