Skip to content

kersny/airsim_nvidia_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airsim_nvidia_docker

This setup is in no way ideal, and requires some hacky patches, but:

  1. it works on my machine, and
  2. its isolated

Prerequisites:

  • docker (tested with 17.03.1-ce)
  • NVIDIA-Linux-x86_64-381.22.run (from NVIDIA, probably can be changed to match your nvidia driver version)
  • UnrealEngine-4.16.2-release.zip (Requires signup with Epic Games, downloaded from github)

Build/Run:

docker build -t airsim_nvidia .
./run.sh

This starts up the container with a tmux session with three tabs:

  1. PX4 software in the loop
  2. AirSim
  3. DroneShell, where you can query status and enter commands

Issues:

  • Takes a very long time to build
  • Final container is pretty big (no excess stuff is removed)
  • Patches to both Unreal and AirSim
  • Could be more portable to NVIDIA drivers
  • Checks out AirSim & PX4 masters, which continuously change
  • PX4 and AirSim containers should be separate, but I couldn't get multi-container commmunication to work

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages