navigation-lab / vox_nav

A project to develop/adapt a navigation system for outdoor robotics in rough uneven terrains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vox_nav

foxy

Documentation is here ; https://vox-nav.readthedocs.io/en/latest/

Videos

You can download videos and see capablities of project. See all available videos under docs/assets.

  • MPC following a Trajectory

  • Full Navigation using Behaviour Trees

  • Full Navigation DUBINS space

  • Full Navigation SE3 space

  • Full Navigation REEDSPEEP space

Related Publications

If using vox_nav for scientific publications, please consider citing the following paper.

@article{DBLP:journals/corr/abs-2103-13666,
  author    = {Fetullah Atas and
               Lars Grimstad and
               Grzegorz Cielniak},
  title     = {Evaluation of Sampling-Based Optimizing Planners for Outdoor Robot
               Navigation},
  journal   = {CoRR},
  volume    = {abs/2103.13666},
  year      = {2021},
  url       = {https://arxiv.org/abs/2103.13666},
  archivePrefix = {arXiv},
  eprint    = {2103.13666},
  timestamp = {Wed, 07 Apr 2021 15:31:46 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2103-13666.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

Credits

  • A lot of architectural aspects of this project has been inspired by the Navigation2.. We greatly appreciate the efforts of Navigation2. community for providing such high quality software design to Robotics community.

  • This systems relies on libraries e.g. OMPL, Casadi, Octomap and many more, they cant all be listed here, we appriciate and recognize the efforts of people involved in development of these libraries.

About

A project to develop/adapt a navigation system for outdoor robotics in rough uneven terrains

License:Apache License 2.0


Languages

Language:C++ 71.2%Language:Python 13.8%Language:CMake 9.5%Language:Cuda 4.9%Language:Lua 0.3%Language:C 0.3%