8000 GitHub - l226294/vtr3: VT&R3 is a C++ implementation of the Teach and Repeat navigation framework. It enables a robot to be taught a network of traversable paths and then closely repeat any part of the network.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ vtr3 Public
forked from utiasASRL/vtr3

VT&R3 is a C++ implementation of the Teach and Repeat navigation framework. It enables a robot to be taught a network of traversable paths and then closely repeat any part of the network.

License

Notifications You must be signed in to change notification settings

l226294/vtr3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9D07
 
 
 
 

Repository files navigation

Visual Teach & Repeat 3 (VT&R3)

Note

We are still in the process of cleaning up the codebase and having all features of VT&R3 on the main branch.

  • Main branch has support for lidar/radar teach and repeat.
  • v3.0.0 tag has support for stereo camera teach and repeat (to be merged in the future).

What is VT&R3?

VT&R3 is a C++ implementation of the Teach and Repeat navigation framework. It enables a robot to be taught a network of traversable paths and then closely repeat any part of network. VT&R3 is designed for easy adaptation to various sensor (camera, lidar, radar, GPS, etc) and robot combinations. So far, we have explored using VT&R3 to perform teach and repeat navigation using a stereo camera, a lidar, or a combination of stereo camera and GPS.

Reproducing Results of VT&R3 Papers

VT&R3 related papers usually focus on demonstrating one specific feature of VT&R3 instead of the whole system and require additional scripts to run experiements and evaluate results. Therefore, from now on, we will create a separate repository for each paper with instructions on how to reproduce the results.

Knowing the Codebase

The following articles will help you get familiar with VT&R3:

More information can be found in the wiki page.

Citation

Please cite the following paper when using VT&R3 for your research:

@article{paul2010vtr,
  author = {Furgale, Paul and Barfoot, Timothy D.},
  title = {Visual teach and repeat for long-range rover autonomy},
  journal = {Journal of Field Robotics},
  year = {2010},
  doi = {https://doi.org/10.1002/rob.20342}
}

About

VT&R3 is a C++ implementation of the Teach and Repeat navigation framework. It enables a robot to be taught a network of traversable paths and then closely repeat any part of the network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • JavaScript 3.1%
  • Python 1.7%
  • CMake 1.4%
  • Dockerfile 0.1%
  • HTML 0.1%
0