Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBirchler authored Aug 5, 2024
1 parent d909881 commit 81b376c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# xodr - Work in Progress
[![Go Reference](https://pkg.go.dev/badge/github.com/christianbirchler-org/go-xodr.svg)](https://pkg.go.dev/github.com/christianbirchler-org/go-xodr)

This small package provide functions to converts road descriptions in the OpenDRIVE format to sequence of xy coordinates.
This small package provides structs and functions to handle road network specifications in the OpenDRIVE format.

## Links
- [Overview of OpenDRIVE XML elements](https://publications.pages.asam.net/standards/ASAM_OpenDRIVE/ASAM_OpenDRIVE_Specification/latest/specification/06_general_architecture/06_05_overview_elements.html)
Expand All @@ -17,4 +17,4 @@ go generate
- Define attributes

## License
[MIT License](./LICENSE)
[MIT](./LICENSE)

0 comments on commit 81b376c

Please sign in to comment.