Closed chelseas closed 4 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
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':
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':