sisl / AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Other
63 stars 29 forks source link

Useful Type Info #13

Closed chelseas closed 4 years ago

chelseas commented 6 years ago

Could the great comments in this type definition:

struct Frenet roadind::RoadIndex s::Float64 # distance along lane t::Float64 # lane offset, positive is to left ϕ::Float64 # lane relative heading end

Be made available when one types ?Frenet at the REPL/jupyter notebook? Instead of 'No documentation found':

frenet