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

[Research] How can we utilize the LiDAR dataset to assist navigation? #339

Open
Kai-Shafe opened this issue Oct 22, 2024 · 0 comments
Open
Assignees
Labels
2-Star Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible. research Investigative tasks aimed at exploring new technologies, methods, or solutions for the project.

Comments

@Kai-Shafe
Copy link
Contributor

Topic Overview

Some initial ideas was to try to assign a numerical value to grid squares representing the "roughness" of the terrain to provide additional data to pathfinding.

Research Goals

What techniques can we use to pre-process this dataset into something useful inside of Autonomy.

Approach

Iterative voxel windows? (Parallel approach will be more performant)
One strategy is to find the average depth of all points within a grid square, then calculating the sum of the error values within that window.

Related Work

No response

Timeline

2024-11-02 (CDR)

Additional Context

No response

@Kai-Shafe Kai-Shafe added the research Investigative tasks aimed at exploring new technologies, methods, or solutions for the project. label Oct 22, 2024
@Kai-Shafe Kai-Shafe changed the title [Research] How can we utilize the LiDar dataset to assist navigation? [Research] How can we utilize the LiDAR dataset to assist navigation? Oct 22, 2024
@Kai-Shafe Kai-Shafe added the 2-Star Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible. label Oct 22, 2024
@Kai-Shafe Kai-Shafe moved this to Backlog in URC 2025 - Autonomy Oct 22, 2024
@Byrdman32 Byrdman32 self-assigned this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible. research Investigative tasks aimed at exploring new technologies, methods, or solutions for the project.
Projects
Status: In Development
Development

No branches or pull requests

3 participants