jhultman / robotics-cv

A place to experiment with robotics and computer vision algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In steer-to-pose we implement a differential drive robot (two degrees of freedom) and use a simple control law to drive the robot toward a goal pose:

Trajectory

In piano-mover we compute the configuration space for a robot living in (x, y, theta) space and, rolling our own Dijsktra implementation for planning in voxel space, compute a shortest path from start to goal:

Configuration space

In bg_subtraction we try out a simple mixture-of-gaussian background subtraction algorithm from the opencv library.

Background subtraction

About

A place to experiment with robotics and computer vision algorithms.

License:MIT License


Languages

Language:Jupyter Notebook 89.1%Language:Python 7.2%Language:C++ 3.5%Language:Makefile 0.2%