rodrigoqueiroz / geoscenarioserver

9 stars 1 forks source link

Spline, Global Path and Ref Path, and Lane Swerve Changes #70

Closed mchlswyr closed 3 years ago

mchlswyr commented 3 years ago

Changes

Global Path and Reference Path

Spline Fitting

Frenet Transformations

Behaviour Trees

New Scenarios

Other

Closed Issues

Related Issues

Testing

mchlswyr commented 3 years ago

One optional comment: it would be great to add some more type annotations to function parameters to ease code understanding.

Right. I did this for the SDVRoute and SDVPath classes since we discussed before that type annotations should be used. Maybe we could add the type annotations to all other functions in another PR?

mantkiew commented 3 years ago

Maybe we could add the type annotations to all other functions in another PR?

I think it should be an ongoing effort: whenever PRs add new functions, they should be annotated. Whenever existing function signatures change, they should have the missing annotations added.