Skip to content

Commit 3087301

Browse files
committed
Switch to new orga
1 parent 2a6fddd commit 3087301

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Drone controllers @ LSY. Contains array API (i.e., NumPy, JAX, Torch...) impleme
1111
[Python Version]: https://img.shields.io/badge/python-3.10+-blue.svg
1212
[Python Version URL]: https://www.python.org
1313

14-
[Ruff Check]: https://github.com/utiasDSL/drone-controllers/actions/workflows/ruff.yml/badge.svg?style=flat-square
15-
[Ruff Check URL]: https://github.com/utiasDSL/drone-controllers/actions/workflows/ruff.yml
14+
[Ruff Check]: https://github.com/learnsyslab/drone-controllers/actions/workflows/ruff.yml/badge.svg?style=flat-square
15+
[Ruff Check URL]: https://github.com/learnsyslab/drone-controllers/actions/workflows/ruff.yml
1616

17-
[Tests]: https://github.com/utiasDSL/drone-controllers/actions/workflows/testing.yml/badge.svg
18-
[Tests URL]: https://github.com/utiasDSL/drone-controllers/actions/workflows/testing.yml
17+
[Tests]: https://github.com/learnsyslab/drone-controllers/actions/workflows/testing.yml/badge.svg
18+
[Tests URL]: https://github.com/learnsyslab/drone-controllers/actions/workflows/testing.yml
1919

20-
[Docs]: https://github.com/utiasDSL/drone-controllers/actions/workflows/docs.yml/badge.svg
21-
[Docs URL]: https://utiasdsl.github.io/drone-controllers/
20+
[Docs]: https://github.com/learnsyslab/drone-controllers/actions/workflows/docs.yml/badge.svg
21+
[Docs URL]: https://learnsyslab.github.io/drone-controllers/
2222

2323
## Installation
2424

25-
1. Clone repository `git clone git@github.com:utiasDSL/drone-controllers.git`
25+
1. Clone repository `git clone git@github.com:learnsyslab/drone-controllers.git`
2626
2. Enter repository `cd drone-controllers`
2727
3. Install locally with `pip install -e .` or the pixi environment with `pixi install`, which can be activated with `pixi shell`
2828

docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install drone-controllers
1616
Clone the repository and install in development mode:
1717

1818
```bash
19-
git clone https://github.com/utiasDSL/drone-controllers.git
19+
git clone https://github.com/learnsyslab/drone-controllers.git
2020
cd drone-controllers
2121
pip install -e .
2222
```
@@ -49,7 +49,7 @@ If you plan to contribute to Drone Controllers, install the development dependen
4949
curl -fsSL https://pixi.sh/install.sh | bash
5050

5151
# Clone and install
52-
git clone https://github.com/utiasDSL/drone-controllers.git
52+
git clone https://github.com/learnsyslab/drone-controllers.git
5353
cd drone-controllers
5454
pixi install
5555

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ u = K_p e + K_i \int e \, dt + K_d \frac{de}{dt}
55
$$
66

77

8-
[![CI](https://github.com/utiasDSL/drone-controllers/actions/workflows/testing.yml/badge.svg)](https://github.com/utiasDSL/drone-controllers/actions)
9-
[![License](https://img.shields.io/github/license/utiasDSL/drone-controllers)](https://github.com/utiasDSL/drone-controllers/blob/main/LICENSE)
8+
[![CI](https://github.com/learnsyslab/drone-controllers/actions/workflows/testing.yml/badge.svg)](https://github.com/learnsyslab/drone-controllers/actions)
9+
[![License](https://img.shields.io/github/license/learnsyslab/drone-controllers)](https://github.com/learnsyslab/drone-controllers/blob/main/LICENSE)
1010

1111
**Drone Controllers** is a Python library providing faithful reimplementations of onboard drone controllers that can be used for simulation and modelling.
1212

@@ -91,4 +91,4 @@ All controllers support the Python Array API standard, meaning you can use them
9191
- Read the [Getting Started](getting-started/installation.md) guide
9292
- Browse the [API Reference](api/core.md)
9393
- Check out [Concepts](concepts/overview.md) for theory
94-
- Report issues on [GitHub](https://github.com/utiasDSL/drone-controllers/issues)
94+
- Report issues on [GitHub](https://github.com/learnsyslab/drone-controllers/issues)

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: Drone Controllers
22
site_description: Controllers for quadrotor drones
3-
site_url: https://utiasdsl.github.io/drone-controllers/
4-
repo_url: https://github.com/utiasDSL/drone-controllers
5-
repo_name: utiasDSL/drone-controllers
3+
site_url: https://learnsyslab.github.io/drone-controllers/
4+
repo_url: https://github.com/learnsyslab/drone-controllers
5+
repo_name: learnsyslab/drone-controllers
66

77
theme:
88
name: material
@@ -96,7 +96,7 @@ extra_javascript:
9696
extra:
9797
social:
9898
- icon: fontawesome/brands/github
99-
link: https://github.com/utiasDSL/drone-controllers
99+
link: https://github.com/learnsyslab/drone-controllers
100100

101101
extra_css:
102102
- stylesheets/extra.css

0 commit comments

Comments
 (0)