Skip to content

Commit

Permalink
Merge pull request #189 from inverted-ai/documentation
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
Ruishenl committed Mar 8, 2024
2 parents 496a490 + cd1cece commit 36d104d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ hide-toc: true

[pypi-badge]: https://badge.fury.io/py/invertedai.svg
[pypi-link]: https://pypi.org/project/invertedai/
[python-badge]: https://img.shields.io/pypi/pyversions/invertedai.svg?color=%2334D058
[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg
[github-badge]: https://badgen.net/badge/icon/github?icon=github&label
[github-link]: https://github.com/inverted-ai/invertedai/
[colab-link]: https://colab.research.google.com/github/inverted-ai/invertedai/blob/develop/examples/IAI_demo.ipynb
[rest-link]: https://app.swaggerhub.com/apis/swaggerhub59/Inverted-AI
[colab-link]: https://colab.research.google.com/github/inverted-ai/invertedai/blob/develop/examples/IAI_full_demo.ipynb
[rest-link]: https://app.swaggerhub.com/apis/InvertedAI/InvertedAI
[examples-link]: https://github.com/inverted-ai/invertedai/tree/master/examples
[![GitHub][github-badge]][github-link]
[![PyPI][pypi-badge]][pypi-link]
[![python-badge]][pypi-link]
[![Open In Colab][colab-badge]][colab-link]

```{include} ../../README.md
Expand Down
1 change: 1 addition & 0 deletions examples/IAI_full_demo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion invertedai/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class InfractionIndicators(BaseModel):

collisions: bool #: True if the agent's bounding box overlaps with another agent's bounding box.
offroad: bool #: True if the agent is outside the designated driveable area specified by the map.
wrong_way: bool #: True if the cross product of the agent's and its lanelet's directions is negative.
wrong_way: bool #: CURRENTLY DISABLED. True if the cross product of the agent's and its lanelet's directions is negative.

@classmethod
def fromlist(cls, l):
Expand Down

0 comments on commit 36d104d

Please sign in to comment.