#47 · Primary category: Robotics & Embodied AI Simulation
redtail
Perception and AI components for autonomous mobile robotics.
Project last updated:11/17/20
GitHub Stars
1.0K
Forks
341
Contributors
5
License
BSD-3-Clause
Why we included this project
For anyone building a drone or rover that has to navigate cluttered outdoor terrain without GPS or a map, this NVIDIA project is one of the more complete references around. It pairs the TrailNet neural network for visual navigation with a Stereo DNN that estimates depth from a stereo camera, and includes the control code and hardware assembly instructions needed to get a working vehicle running on Jetson hardware. The training pipeline is documented and pre-trained weights ship with the repo, so you can either retrain for your own environment or start from existing checkpoints. Development has been quiet since 2020, so treat it as a well-documented reference architecture and research baseline rather than an actively maintained product. The linked papers and demo videos, including a one-kilometer autonomous flight, make it easier to judge whether this vision-based approach.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.