KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Multi-Robot-EM-Exploration
★ 16
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
infinite-craft-dictionary
:
A dictionary for https://neal.fun/infinite-craft/
SRank-CodeRanker
:
[ACL 2024] Novel reranking method to select the best solutions for code generation
my-best-wp-env
:
No description available.
Wukong2024
:
Research Codebase | Constantly Updating
SoruxGPT-ModelSwitcher
:
SoruxGPT-ModelSwitcher
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Multi-Robot-EM-Exploration
?
Download (.md)
# Multi Robot EM Exploration **This is the implementation of our autonomous exploration algorithm designed for decentralized multi-robot teams, which takes into account map and localization uncertainties of range-sensing mobile robots. Virtual landmarks are used to quantify the combined impact of process noise and sensor noise on map uncertainty. Additionally, we employ an iterative expectation-maximization inspired algorithm to assess the potential outcomes of both a local robot’s and its neighbors’ next-step actions.** <p align="center"><img src="real_pipeline.jpeg" width=600></p> ## - Here we provide a 2D example. - The Environment and local motion planner used in this repo is developed from our IROS 2023 paper [here](https://github.com/RobustFieldAutonomyLab/Distributional_RL_Navigation). ``` ├── Multi-Robot-EM-Exploration ├── marinenav_env # IROS 2023 Environment ├── nav # Exploration and SLAM code ├── scripts/test │ └── test_multi_SALM.py # 2D example └── ... ``` # Dependencies - numpy - scipy - gtsam - tqdm - matplotlib ## How to use ```bash python3 scripts/test/test_multi_SALM.py ```