Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Contributors (sorted alphabetically)
-------------------------------------

- [micrypt](https://github.com/micrypt) Seyi Ogunyemi
- [RowanTL](https://github.com/RowanTL) Rowan Torbitzky-Lane

To contributors: please add your name to the list when you submit a patch to the project.
2 changes: 1 addition & 1 deletion examples/physics_examples/geometric_tilt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example demonstrates a robust IMU sensor fusion system using DeepCausality'
From the root of the `deep_causality` project, run:

```bash
cargo run -p physics_examples --example geometric_tilt_example
cargo run -p physics_examples --example geometric_tilt
```

---
Expand Down
Loading