Giter Site home page Giter Site logo

transformation_demo's Introduction

Koordinatentransformationen in der Robotik

1 Einrichtung der Conda-Umgebung

Voraussetzung ist eine funktionierende und aktuelle conda-Installation. Wenn es noch nicht auf Ihrem System installiert ist, fahren Sie mit dem nächsten Abschnitt fort, andernfalls springen Sie direkt zu 1.2.

1.1 Conda-Installation (Miniforge aka Mambaforge)

wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3.sh

Akzeptieren Sie die Lizenzbedingungen und installieren Sie es an dem vorgeschlagenen Standardort. Auf die Frage, ob Miniforge3 initialisiert werden soll, geben Sie yes ein. Aktualisieren Sie dann Ihre bashrc:

source ~/.bashrc

Überprüfen Sie die korrekte Installation durch Ausführung:

which mamba
# should show: /home/<your username>/miniforge3/condabin/mamba
whih python
# should show: /home/<your username>/miniforge3/bin/python

Hinweis: Beachten Sie, dass dies den Standard-Python-Interpreter/die Installation ersetzt.

1.2 Umgebungserstellung

In den folgenden Codezeilen wird conda als ausführbare Datei verwendet, aber wenn Sie es installiert haben (z.B. durch Befolgen der Anweisungen in 1.1), können Sie es auch durch mamba ersetzen, das im Grunde das Gleiche tut, aber viel schneller.

conda env create -f conda-env.yaml

Dies kann je nach Ihrer Internetverbindung eine Weile dauern. Nach Abschluss aktivieren Sie die Umgebung:

conda activate transform

2 Starten und Ausführen im Jupyter Notebook

jupyter notebook

transformation_demo's People

Contributors

juehess avatar

Watchers

 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.