Code Monkey home page Code Monkey logo

trackin_ws's Introduction

trackin_ws

A properly tracked development workspace. Originally designed to keep track ROS' catkin workspaces, as well as automatically deploy these.

Introduction

This repository holds the version information of all the git repositories of every package that makes up the trackin_ws.

This workspace has a set of bash scripts that will aid, not only, the deployment of the system, but also the inspection of such. The aforementioned scripts require TMUX, a terminal multiplexer.

A Makefile was also included for convenience. This is the recommended way to start the system.

Requirements

Make, TMUX, wstool, catkin_tools:

sudo apt install make                       # *if not already installed in your system*
sudo apt install tmux xclip                 # terminal multiplexer (alternative to GNU screen)
sudo apt install python-wstool              # workspace version control tool
sudo apt install python-catkin-tools        # catkin_tools to build the workspace

Installation

To install the workspace,

make install-ws

The make install-ws command will:

  1. Copy a friendlier TMUX configuration to your ${HOME} folder. This is done interactively.
  2. Add a source command to your ${HOME}/.bashrc file. This will be sourcing useful commands for the setup to work smoothly.
  3. Clone the tracked packages that will build the system.
  4. Configure the workspace.
  5. Build the catkin workspace.

Launch the system

To launch the system,

make execute

trackin_ws's People

Contributors

joao-aguizo 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.