Skip to content

Commit

Permalink
Add shields to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jun 23, 2024
1 parent 041b2c6 commit 9a855c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MARG (Magnetic, Angular Rate, and Gravity) orientation estimation

[![Crates.io](https://img.shields.io/crates/v/marg-orientation)](https://crates.io/crates/marg-orientation)
[![Crates.io](https://img.shields.io/crates/l/marg-orientation)](https://crates.io/crates/marg-orientation)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sunsided/marg-orientation/rust.yml)
[![docs.rs](https://img.shields.io/docsrs/marg-orientation)](https://docs.rs/marg-orientation/)
[![codecov](https://codecov.io/gh/sunsided/marg-orientation/graph/badge.svg?token=LTSCCVqdTp)](https://codecov.io/gh/sunsided/marg-orientation)

This crate provides MARG IMU orientation estimation based on TRIAD DCM-estimation and Kalman Filtering techniques.
It is aimed at `no_std` environments and type-generic.

Expand Down

0 comments on commit 9a855c9

Please sign in to comment.