8000 GitHub - abmoRobotics/isaac_rover_2.0: Implementation of Isaac gym/sim for the Mars Rover 2.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abmoRobotics/isaac_rover_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained, please refer to our new rover simulations for reinforcement learning based on Isaac Lab.

General

This repository contains a reinforcement learning implementation in Isaac Sim 2022.1.1 for learning to navigate in an unstructured Mars environment. The implementation is based on a custom built rover platform (based on the design of M2020), made by Group 750 at Aalborg University (Autumn 2022).

Design 10 Internals 12 Reinforcement Learning

Navigation.mp4
rl.mp4

Terrain

terrain.mp4
terrain2.mp4

Setup

  1. Install Isaac Sim
  2. Clone this repository
git clone https://github.com/abmoRobotics/isaac_rover_2.0.git
cd isaac_rover_2.0
  1. Set Isaac Sim PYTHON_PATH
For Linux: alias PYTHON_PATH=~/.local/share/ov/pkg/isaac_sim-*/python.sh
For Windows: doskey PYTHON_PATH=C:\Users\user\AppData\Local\ov\pkg\isaac_sim-*\python.bat $*
  1. Install isaac_rover_2.0 as a python module for PYTHON_PATH:
PYTHON_PATH -m pip install -e .
  1. Download terrains from Google Drive:
    1. Download from Google Drive: https://drive.google.com/file/d/1JdcrzYlEAyHXa7hxdZvqeOx7u6Im-JJ6/view?usp=sharing
    2. Unzip files in root folder of the git repository

Running the training

Note: All commands should be executed from omniisaacgymenvs/omniisaacgymenvs.

To train a policy, run:

1. cd omniisaacgymenvs
2. PYTHON_PATH train.py

Terrain generation

Inside the folder terrain_generation you can find a blender project which can be used to create terrains for the simulation. Open the script section and execute the script to get a terrain with a different stone distribution.

When a terrain has been generated, all big rocks are automatically selected, export this as the big_rock_layer that is needed for the collision detection inside the simulation. Then select the whole terrain (all stones and the base terrain) and export is as well. We import the files as ply in IsaacSim, if there are problems exporting into ply, export into fbx and then use a converter.

Apart from the terrain there is also the stone_info file that you need to put into the terrain folder of the simulation. This is used for the spawn and goal validation.

Contact

For other questions feel free to contact:

< 519B div class="BorderGrid-row">

About

Implementation of Isaac gym/sim for the Mars Rover 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0