From ec0d907d5ab756da63dce88f4c6f070cdd40aa8e Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 5 Jan 2018 02:20:23 -0500 Subject: [PATCH] update README build badge (travis-ci -> jenkins) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cee293c53e..41aa6cdc0a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Very lightweight Estimation & Control Library.** -[![DOI](https://zenodo.org/badge/22634/PX4/ecl.svg)](https://zenodo.org/badge/latestdoi/22634/PX4/ecl) [![Build Status](https://travis-ci.org/PX4/ecl.svg?branch=master)](https://travis-ci.org/PX4/ecl) +[![DOI](https://zenodo.org/badge/22634/PX4/ecl.svg)](https://zenodo.org/badge/latestdoi/22634/PX4/ecl) [![Build Status](http://ci.px4.io:8080/buildStatus/icon?job=ecl/master)](http://ci.px4.io:8080/blue/organizations/jenkins/ecl/activity) 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.