Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Docker based ROS drone development environment

License

Notifications You must be signed in to change notification settings

aeroteameindhoven/ros-devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker ROS Development Environment

GitHub last commit (branch) GitHub Workflow Status License

View Container

Useful Commands

  • QGroundControl - Extracts and runs QGroundControl

Usage

In the root of your project, add a file .devcontainer/devcontainer.json with the contents:

{
    "name": "ROS Development Environment",
    "image": "ghcr.io/aeroteameindhoven/ros-devenv:main",

    "containerEnv": {
        // X11 Forwarding
        "DISPLAY": "${localEnv:DISPLAY}"
    },

    "mounts": [
        // X11 Forwarding
        "source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind",
        // Intel GPU Forwarding
        "source=/dev/dri,target=/dev/dri,type=bind"
    ]
}

This will pull the latest build of this docker image from github container registry for you to develop in

Contributing Changes

Video demonstrating how to correctly create a new branch for a PR

About

Docker based ROS drone development environment

Resources

License

Stars

Watchers

Forks

Packages