AutomotiveDrivingModels.jl icon indicating copy to clipboard operation
AutomotiveDrivingModels.jl copied to clipboard

Replace functions named `get_`

Open MaximeBouton opened this issue 4 years ago • 0 comments

A lot of functions are named get_..., I think we could remove the get in most of the cases to match julia style guides.

Examples: get_lane -> lane get_center -> center (arguable, center is a bit too general, we might want to change it to centerpoint) get_rear -> rear (or rearpoint) get_frenet_realative_position -> frenet_relative_position ...

MaximeBouton avatar Mar 11 '20 16:03 MaximeBouton