All Projects → NMBURobotics → vox_nav

NMBURobotics / vox_nav

Licence: Apache-2.0 license
A project to develop/adapt a navigation system for outdoor robotics in rough uneven terrains

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects
Cuda
1817 projects

Projects that are alternatives of or similar to vox nav

navigation2 tutorials
Tutorial code referenced in https://navigation.ros.org/
Stars: ✭ 60 (-40.59%)
Mutual labels:  navigation, ros2
navigation.ros.org
https://navigation.ros.org/
Stars: ✭ 37 (-63.37%)
Mutual labels:  navigation, ros2
orca3
ROS2 AUV based on the BlueRobotics BlueROV2 and Navigation2
Stars: ✭ 43 (-57.43%)
Mutual labels:  ros2
rmw email
ROS 2 over email: a middleware implementation
Stars: ✭ 40 (-60.4%)
Mutual labels:  ros2
path planning GAN
Path Planning using Generative Adversarial Network (GAN)
Stars: ✭ 36 (-64.36%)
Mutual labels:  navigation
kn
Alternative to cd. Navigate by typing abbreviations of paths.
Stars: ✭ 68 (-32.67%)
Mutual labels:  navigation
pcl localization ros2
ROS2 package of 3D LIDAR-based Localization using PCL (Not SLAM)
Stars: ✭ 74 (-26.73%)
Mutual labels:  ros2
Micro-XRCE-DDS-Agent
Micro XRCE-DDS Agent respository
Stars: ✭ 58 (-42.57%)
Mutual labels:  ros2
rostaller
Make it easy for you to install ROS 1 (indigo, kinetic, melodic and noetic) and ROS 2 (galactic) on corresponding ubuntu distributions automatically in just 4 steps.
Stars: ✭ 102 (+0.99%)
Mutual labels:  ros2
vscode-tree-view
VSCode extension that probvides mail symbol overview of the currently opened file
Stars: ✭ 26 (-74.26%)
Mutual labels:  navigation
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (-44.55%)
Mutual labels:  navigation
motion-planner-reinforcement-learning
End to end motion planner using Deep Deterministic Policy Gradient (DDPG) in gazebo
Stars: ✭ 99 (-1.98%)
Mutual labels:  navigation
Router
Router is a library that assists with SwiftUI view transitions.
Stars: ✭ 68 (-32.67%)
Mutual labels:  navigation
rclrust
Yet another ROS2 Rust client
Stars: ✭ 42 (-58.42%)
Mutual labels:  ros2
slam gmapping
Slam Gmapping for ROS2
Stars: ✭ 56 (-44.55%)
Mutual labels:  ros2
zenoh-c
zenoh client library written in C and targeting micro-controllers.
Stars: ✭ 28 (-72.28%)
Mutual labels:  ros2
transport drivers
A set of ROS2 drivers for transport-layer protocols.
Stars: ✭ 41 (-59.41%)
Mutual labels:  ros2
docker
Docker-related material to setup, configure and develop with micro-ROS hardware.
Stars: ✭ 32 (-68.32%)
Mutual labels:  ros2
UnityScreenNavigator
Library for screen transitions, transition animations, transition history stacking, and screen lifecycle management in Unity's uGUI.
Stars: ✭ 488 (+383.17%)
Mutual labels:  navigation
navigation array
Helper function for building navigations for REDAXO cms
Stars: ✭ 22 (-78.22%)
Mutual labels:  navigation

vox_nav

A navigation framework for outdoor robotics in rough uneven terrains.

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.

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}
}

Run in Docker

Build with the image with:

docker build -t lcas.lincoln.ac.uk/lcas/vox_nav:docker .

Run with:

docker-compose up

Open a browser and type: localhost:6080

Kill with:

docker-compose down

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].