Coder Social home page Coder Social logo

wisconsinautonomous / atk-sandbox Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 7.0 125.25 MB

Environment to develop in ROS2 and other software we use in WAutodrive

Dockerfile 0.02% Shell 1.20% Makefile 1.79% C 21.92% C++ 9.25% HTML 50.20% JavaScript 4.06% CSS 0.29% Pascal 0.24% Batchfile 10.91% Python 0.09% CMake 0.03%

atk-sandbox's Introduction

atk-sandbox

Environment to develop in ROS2 and other software we use in WAutodrive

This tutorial on setting up atk is based on this stackoverflow post. Please refer to it for the most up-to-date information.

Notes

  1. Things you add in the docker container won't persist when they shut down. So it would be useful to create a fork of this repository and push changes you make so that you won't lose your progress.

Windows

  1. Install WSL.

    • Make sure to check that you are using WSL2 and upgrade your WSL if not.
  2. Install Docker Desktop

    • Make sure you also have Docker Compose v2. Docker Desktop ships with that by default but you'll have to enable it in its settings.
  3. Once these are set up, you can follow the Linux instructions below from step 2 onwards in your WSL terminal.

MacOS

==WIP== TLDR: Should mostly be same as Linux, but instead of apt you'll have to use brew. You'll also have to install Docker Desktop for Mac.

Linux

  1. Install Docker as per this.

    Make sure it installs correctly and is running, also make sure docker compose v2 is installed

  2. Make sure python is installed (I used python 3.10 because that's what we will be using for development)

  • Make sure pip is installed as well. You can install it by running sudo apt install python-pip.

  • Optional: Install and set up miniconda as per this to isolate your environment if that matters to you. You can learn more about what it is and how to set it up on our workstation here.

  1. Install autonomy-toolkit by running pip install autonomy-toolkit

  2. Clone the repository you want to use (example: our WAutodrive repo). For the coding challenge, you'd use the atk-sandbox repository. For the way we develop, the repository you'd want to develop on would probably be one that has an atk.yml file. This file is imperative, you won't be able to build the container without it

  3. cd to the repository and run atk dev. The first time this runs, it'll take about 10 minutes because it's gonna build the container. After that it shouldn't take so long unless you always build the container when you start it, which shouldn't be necessary. Look at this post for more details on what atk is and how to use it.

atk-sandbox's People

Contributors

unijay2671 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.