Code Monkey home page Code Monkey logo

roslab's Introduction

ROSLab

Binder

RObotics Software with JupyterLab

ROSLab is a JupyterLab environment for a source code repository with robotics software. It automatically creates a Dockerfile from the configuration data entered by the user in a simple web form:

UI form

First, you must specify a name for your Docker image, then select an Ubuntu version (16.04 is the default).

A number of options can be selected for the platform:

  • X11
  • OpenGL
  • CUDA
  • cuDNN
  • ROS
  • Build method

In the middle column of the form, you can specify the package dependencies of your software:

  • APT packages
  • Python 2 packages
  • Python 3 packages

You can also add any custom commands that will be executed at the end of the process, as well as the path to a local MATLAB install (for this to work, the guest and host OS must be compatible).

In the rightmost column, you can specify other dependencies on source packages; for each one, you must indicate:

  • a name
  • the URL of the repository
  • the dependencies
  • the building method

When the form is complete, you must press the Proceed button and the Dockerfile will be generated, which can be downloaded to your local folder. The commands for building and running the Docker image will be displayed too.

Prerequisites

Docker

nvidia-docker 2.0 For running an image with OpenGL and/or CUDA.

Usage

Use it in Binder, or in your local host with Docker:

  1. Run in the command line:
docker run --rm -p 8888:8888 roslab/web:latest
  1. Copy and paste the displayed link in your browser:
http://127.0.0.1:8888?token=...
  1. Open the notebook CreateDockerFile.ipynb

roslab's People

Contributors

ecervera avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.