Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MuNES: Multifloor Navigation Including Elevators and Stairs

License

NotificationsYou must be signed in to change notification settings

donghwijung/MuNES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video[link] Paper[link]

Download datasets

Data 1 (moving between two floors; stairs and an elevator)

Mapping

Prerequisite

  • Our code depends on ROS, Ceres, GTSAM, thus please install those prerequisites before installing MuNES.

Execute

mkdir -p ~/munes_ws/srccd ~/munes_ws/srcgit clone git@github.com:donghwijung/MuNES.gitcd ../catkin_makesource ~/munes_ws/devel/setup.bashroslaunch munes run.launchrosbag play data_1.bag

Trajectory Planning

Prerequisite

  • To proceed the trajectory planning, a pcd file containing ground points of the multi-floor map is necessary.

  • The ground map can be obtained from the mapping process.

  • If you want to skip the mapping process, you can downloadpcd file and move the downloaded file to the directory/pcd in this repository.

Setup

  • We tested MuNES withpython 3.8.
pip install -r requirements.txt

Execute

Planning using the real map (a prior map is necessary)

cd planningpython munes.py

Planning using the virtual map (a prior map is not necessary)

cd planningpython munes_wo_map.py

Paper

@article{jung2024munes,  title={MuNES: Multifloor Navigation Including Elevators and Stairs},  author={Jung, Donghwi and Kim, Chan and Cho, Jae-Kyung and Kim, Seong-Woo},  journal={arXiv preprint arXiv:2402.04535},  year={2024}}

Acknowledgement

The code in this repository is based onA-LOAM,SC-A-LOAM, andPathPlanning. Thanks to the authors of those codes.

License

Copyright 2024, Donghwi Jung, Chan Kim, Jae-Kyung Cho, and Seong-Woo Kim, Autonomous Robot Intelligence Lab, Seoul National University.

This project is free software made available under the MIT License. For details see the LICENSE file.

About

MuNES: Multifloor Navigation Including Elevators and Stairs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp