Skip to content

Instantly share code, notes, and snippets.

View TheDash's full-sized avatar

TheDash TheDash

View GitHub Profile
@TheDash
TheDash / ros_by_business.py
Last active October 20, 2018 09:25
ROS contributions by business
#!/usr/bin/python
from __future__ import division
import re
import urllib2, cookielib
import matplotlib.pyplot as plt
if __name__ == "__main__":
site = "http://repositories.ros.org/status_page/ros_kinetic_default.html"
@TheDash
TheDash / robot-generic about
Created June 21, 2015 00:40
A quick tid-bit about the robot-generic kernel.
What is a robot kernel?
The robot kernel is the core of a robot's software and intelligence. It bridges the hardware and firmware of a robot to the app-store like situation you see with iPhones and Android phones. It is everything that is in between that which makes a robot easy to use for developers, tinkerers, and non-techies.
Why a robot kernel?