HemuManju / nuplane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NASA ULI Xplane Simulator

Simulator Banner (Screenshot for illustration purposes only.)

Welcome to the NASA ULI Xplane Simulator! This project aims to develop a powerful and flexible flight simulator built on top of the XPlane platform.

Table of Contents

Features

  • Realistic flight simulation powered by the XPlane platform.
  • Data collector for capturing various flight parameters and events.
  • OpenAI Gym interface for reinforcement learning experiments.
  • Highly customizable simulation environment.
  • Easy-to-use and well-documented codebase.

Installation

  1. Clone this repository to your local machine using:

    git clone https://github.com/HemuManju/nasa-uli-xplane.git
    
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Configure your XPlane installation and simulator settings as needed.

Usage

  1. Launch the simulator by running:

    python main.py
    

    If you want to run a particular block of code, replace the skip by run.

  2. Explore the simulation environment, adjust settings, and start flying!

Data Collector

The data collector module allows you to capture various flight data, including aircraft state, control inputs, and environmental conditions. This collected data can be used for analysis, visualization, or machine learning purposes.

To use the data collector, refer to the documentation in the data_collector directory.

Contributing

We welcome contributions from the community to improve and expand this simulator project. If you're interested in contributing, please follow our Contribution Guidelines.

Code of Conduct

Please review and adhere to our Code of Conduct when participating in our community. We strive to maintain a respectful and inclusive environment for everyone.

License

This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code in your projects.


We hope you enjoy using the XPlane Simulator with Data Collector and OpenAI Gym Interface. Happy flying!

About

License:Apache License 2.0


Languages

Language:Python 100.0%