ahundt / jrl-umi3218

Consistent and tested set of key robotics tasks repositories from https://github.com/jrl-umi3218/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jrl-umi3218 Robotics Tasks Repositories

For the real time control of robot kinematic chains, see https://github.com/jrl-umi3218/Tasks for details and documentation of how to use these tools.

This Repository is a super-repository containing a consistent set of key robotics tasks repositories from the original repositories at https://github.com/jrl-umi3218/, so that changes can be made in a consistent way which will compile at every key commit in the branches master and grl. The upstream clone location of all repositories in this super-repository is github.com/ahundt/* -b grl.

Build this code with https://github.com/ahundt/robotics_setup/blob/master/robotics_tasks.sh.

Tested on Ubuntu 14.04, 16.04 and MacOS.

Build and Installation Instructions

mkdir -p ~/src
cd ~/src
git clone https://github.com/ahundt/robotics_setup.git
cd robotics_setup
./robotics_tasks.sh
# use the following line to include python bindings
# ./robotics_tasks.sh -p ON

How the github.com/ahundt/jrl-umi3218 repository was made

Primary repository subtrees were added with commands like the following:

git subtree add --prefix eigen-qld https://github.com/ahundt/eigen-qld.git grl

cmake subtrees in jrl-umi3218/*/cmake were added with the command:

git subtree add --prefix cmake https://github.com/ahundt/jrl-cmakemodules python

About

Consistent and tested set of key robotics tasks repositories from https://github.com/jrl-umi3218/


Languages

Language:CMake 37.3%Language:C++ 33.9%Language:Python 16.3%Language:Shell 6.7%Language:CSS 1.7%Language:C 1.2%Language:Fortran 0.9%Language:TeX 0.7%Language:PowerShell 0.6%Language:Makefile 0.3%Language:HTML 0.3%