Skip to content

Instantly share code, notes, and snippets.

View RashikShahjahan's full-sized avatar

Rashik Shahjahan RashikShahjahan

View GitHub Profile
@RashikShahjahan
RashikShahjahan / rosbuild_pkgs.py
Created July 28, 2018 01:43 — forked from gdlg/rosbuild_pkgs.py
Script to build and install ROS Kinetic on Arch (for testing purposes)
#! /usr/bin/env python2
# *-* encoding: utf-8 *-*
import rosdistro
import networkx as nx
import catkin_pkg.package
import subprocess
import glob
import os
import sys