comrob / Dubins3D.jl

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

Updated name of pitchmax variable #1

Closed slamajakub closed 3 years ago

slamajakub commented 3 years ago

When using the library for the first time, I was confused why the pitch angle is limited symmetrically. Then, I noticed that pitchmax = [pitch_min, pitch_max]. I consider it a little bit confusing to use pitchmax as a variable for pitch limits. Thus, I made a minor change by renaming it to pitchlims.