Skip to content

Rover navigation and mapping in Unity simulator environment.

License

Notifications You must be signed in to change notification settings

ashishbende/rover

Repository files navigation

Rover search and sample return

alt text

The rover search and sample return project was based after the NASA sample return challenge. It gives a first hand experience with the three essential elements of robotics, which are perception, decision making and actuation. The project uses the Unity game engine application (simulator details below) that simulates rover environment.

The Simulator

The platform specific simualtors can be downloaded below

Simulator operates in "Training Mode" and "Autonomous mode". Training mode was used to collect rover data for data analysis and Jupyter notebook code. Autonomous mode was used for testing.

Dependencies

The code requires Python 3 and other dependencies installed with Anaconda distribution. RoboND-Python-Starterkit repository has a detailed steps to get things working.

Running the code

  • Start the simulator in "Autonomous mode".
  • Activate the conda environment. source activate RoboND
  • Run python ./code/driver_rover.py script to test the rover navigation.

Notebook Analysis

The jupyter notebook includes all major functions, which are broken down into separate sections as follows:

About

Rover navigation and mapping in Unity simulator environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages