Home
Softono

Sim To Real Virtual Guidance For Robot Navigation

Open source C++
85
Stars
33
Forks
28
Issues
4
Watchers
3 years
Last Commit

 About Sim To Real Virtual Guidance For Robot Navigation

πŸ—ΊπŸ€–πŸš˜πŸ•ΉπŸ“‘ An effective, easy-to-implement, and low-cost modular framework for completing complex navigation tasks.

Platforms

Web Self-hosted

Languages

C++

Links

Need Help Installing Sim To Real Virtual Guidance For Robot Navigation?

We provide expert installation service for this software. Our team will install, configure, and secure Sim To Real Virtual Guidance For Robot Navigation on your server. plans start at just $30.

Sim To Real Virtual Guidance For Robot Navigation

View on GitHub

πŸ€– Sim-to-Real Virtual Guidance for Robot Navigation

documentation_link

An effective, easy-to-implement, and low-cost modular framework for robot navigation tasks. Two documentations are available on official and nice-look 😜.

πŸ… This project won the second place in NVIDIA AI at the Edge Challenge.

πŸ’Ύ Variant

⚑️ Features

  • Automatically navigate the robot to a specific goal without any high-cost sensors.
  • Based on a single camera and use deep learning methods.
  • Use Sim-to-Real technique to eliminate the gap between virtual environment and real world.
  • Introduce Virtual guidance to entice the agent to move toward a specific direction.
  • Use Reinforcement learning to avoid obstacles while driving through crowds of people.

πŸ“Ž Prerequisites

  • Ubuntu 18.04
  • gcc5 or higher
  • Python 2.7.17 or higher
  • Python 3.5 or higher
  • Tensorflow 1.12

Note: Both versions of Python required.

πŸ”§ How It Works

  1. Our full architecture is split into four parts: the Perception module, Localization module, Planner module and Control policy module.
  2. The perception module translates the image into comprehensible segmented chunks
  3. The Localization module calculates the agent’s position.
  4. The Planner module generates a path leading to the goal. This path is then communicated to the control policy module via a β€œvirtual guide”.
  5. The Control policy module then deploys deep reinforcement learning to control the agent.
  6. For more details please refer to the website.

πŸ“– Documentation

See here.

πŸ”¨ Installation

You can find the instruction here

πŸͺ› Usage

Please refer to Manual