Create Path Projection Application #23
Labels
Easy
This issue should be relatively easy to resolve
enhancement
New feature or request
good first issue
Good for newcomers
One important aspect to autonomous vehicles is calculating a path for it to follow. There are some visual examples of this process on youtube and I have found a cool medium article that goes through the process constructing such a feature here.
This issue does not require you to actually implement any path finding algorithms... Just create a skeleton application for
PathProjection
. For now the application class can be simple and should be structured similarly to that of GroundControl. Make sure to follow the same file structure as other applications.Notes
__init__
function.The text was updated successfully, but these errors were encountered: