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

Extract Odometry from LIDAR #59

Open
3 tasks
erickmu1 opened this issue Jan 15, 2020 · 1 comment
Open
3 tasks

Extract Odometry from LIDAR #59

erickmu1 opened this issue Jan 15, 2020 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@erickmu1
Copy link
Member

erickmu1 commented Jan 15, 2020

Description:

  • Odometry can be extracted from LIDAR to enhance the odometry's precision

Goals:

  • Connect LIDAR to a package (ICP) that extracts Odometry data
  • Interface Odometry data to robot_localization

Acceptance Criteria:

  • Robot navigates by leveraging LIDAR odometry

Notes:

  • Using LIDAR data enables to mitigate the effects of drift by using point clouds
  • Look at odometry from point clouds (LIDAR) using ICP (Iterative Closest Point) algorithm
@erickmu1
Copy link
Member Author

erickmu1 commented Feb 1, 2020

Here are the results from attempting to extract Odometry from the LIDAR:

  • For kinetic, there are 2 main packages that do this: lidar_scan_matcher and hector_mapping
  • Unless we are fixed on doing this, we will put ICP Odometry from LIDAR on hold

@erickmu1 erickmu1 added the wontfix This will not be worked on label Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants