From 237ecfef1a1f3f7d7581138cc3682b261132fd76 Mon Sep 17 00:00:00 2001 From: Siddharth Bharat Purohit Date: Mon, 22 Feb 2016 23:43:39 -0800 Subject: [PATCH] Add travis build check badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf6c0b97f..c3538ab7c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ECL -Very lightweight Estimation & Control Library. +#### Very lightweight Estimation & Control Library. + +[![Build Status](https://travis-ci.org/PX4/ecl.svg?branch=master)](https://travis-ci.org/PX4/ecl) This library solves the estimation & control problems of a number of robots and drones. It accepts GPS, vision and inertial sensor inputs. It is extremely lightweight and efficient and yet has the rugged field-proven performance.