Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Path generation #13

Open
3 tasks
jorgenfj opened this issue Oct 19, 2024 · 0 comments
Open
3 tasks

[TASK] Path generation #13

jorgenfj opened this issue Oct 19, 2024 · 0 comments
Assignees
Labels
perception Perception team responsible

Comments

@jorgenfj
Copy link
Contributor

Description of task

Create a ros node that generates a path to a waypoint.
We plan to use Isaac Ros Nvblox to generate a 2D slice of the environment in the form of a Euclidean Signed Distance Fields (ESDF). We need a way to generate a safe path to this waypoint in the 2D-plane.

Suggested Workflow

  • Here is the paper explaining how Nvblox works if you are interested.
  • Read up on different path planning/generation techniques that are applicable to an ESDF

Specifications

  • The path should ideally consist of a set of straight lines to be compatible with the auto system.

Contacts

@Andeshog(rider)
@jorgenfj

Code Quality

  • Every function in header files are documented (inputs/returns/exceptions)
  • The project has automated tests that cover MOST of the functions and branches in functions (pytest/gtest)
  • The code is documented on the wiki (provide link)
@jorgenfj jorgenfj added the perception Perception team responsible label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perception Perception team responsible
Projects
None yet
Development

No branches or pull requests

2 participants