Skip to content

simple quadcopter simulation taken from bullet3 examples

Notifications You must be signed in to change notification settings

joergbrech/simple_quadcopter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Quadcopter simulation

taken from bullet 3 examples

Prerequisites

Install pybullet

pip install pybullet

Usage

python quadrocopter.py

Controls:

  • Press n and m to decrease (resp. increase) a "base force" equally for all rotors.
  • Use the arrow keys UP, DOWN, LEFT and RIGHT to momentarily increase the force of an individual rotor.

Reinforcement Learning Challenge

Steer the quadrocopter to the position [8.5, 5., 5.] without collision and hover for 5 seconds. Use the quadrocopter's six distance sensors in up, down, forward, backward, left, right directions.

About

simple quadcopter simulation taken from bullet3 examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages