8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python6,296 forks (6,296 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 21,513 stars (21,513 stars)
- PR merge metrics
- Avg merge 20d (Avg merge 20d)4 merged PRs in 30d (4 merged PRs in 30d)
Description
I see circle fitting and rectangle fitting. It would be helpful to include probabilistic line extraction to detect walls in indoor environments. There are several implementations written in MATLAB here: https://github.com/acschaefer/ple
Contributor guide
- Research direction
- Explore the existing circle and rectangle fitting implementations in the repository and the linked MATLAB implementations to understand how to implement probabilistic line extraction. Focus on adapting the MATLAB algorithm to Python and integrating it into the project structure.
- Tech stack
- python
- Domain
- robotics
- Issue type
- Feature
- Prerequisites
- PythonBasic robotics knowledge