Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
amacati committed Oct 20, 2024
2 parents b1bf12c + 1ff14eb commit 308e288
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kaggle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- main
- dev
workflow_dispatch:


Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@
</p>
<sub><sup>AI generated image</sup></sub>

[![Ruff Check](https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/ruff.yml/badge.svg?style=flat-square)](https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/ruff.yml) [![Documentation Status](https://readthedocs.org/projects/lsy-drone-racing/badge/?version=latest)](https://lsy-drone-racing.readthedocs.io/en/latest/?badge=latest) [![Tests](https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/testing.yml/badge.svg)](https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/testing.yml)
[![Python Version]][Python Version URL] [![Ruff Check]][Ruff Check URL] [![Documentation Status]][Documentation Status URL] [![Tests]][Tests URL]

[Python Version]: https://img.shields.io/badge/python-3.8-blue.svg
[Python Version URL]: https://www.python.org

[Ruff Check]: https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/ruff.yml/badge.svg?style=flat-square
[Ruff Check URL]: https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/ruff.yml

[Documentation Status]: https://readthedocs.org/projects/lsy-drone-racing/badge/?version=latest
[Documentation Status URL]: https://lsy-drone-racing.readthedocs.io/en/latest/?badge=latest

[Tests]: https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/testing.yml/badge.svg
[Tests URL]: https://github.com/utiasDSL/lsy_drone_racing/actions/workflows/testing.yml

## Table of Contents
- [Autonomous Drone Racing Project Course](#autonomous-drone-racing-project-course)
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ rl = ["stable-baselines3"]
[tool.setuptools.packages]
find = {}

[tool.setuptools.package-data]
lsy_drone_racing = [
"sim/assets/*.dae",
"sim/assets/*.urdf",
]

[tool.pytest.ini_options]
markers = ["unit", "integration"]

Expand Down
1 change: 0 additions & 1 deletion scripts/kaggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Please do not alter this script or ask the course supervisors first!
"""


import logging
from pathlib import Path

Expand Down

0 comments on commit 308e288

Please sign in to comment.