Skip to content
Merged
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
20 changes: 10 additions & 10 deletions common/autoware_lanelet2_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This package aims to strictly define the meaning of several words to clarify the

## API description

### `<autoware/lanelet2_utils/geometry.hpp>`
### `geometry`

| Function | Description | Average Computational Complexity | Illustration |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -239,7 +239,7 @@ common/autoware_lanelet2_utils/examples/example_geometry.cpp:574:580
--8<--
```

### `<autoware/lanelet2_utils/conversion.hpp>`
### `conversion`

| Function | Description | Average Computational Complexity | Illustration |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
Expand Down Expand Up @@ -316,7 +316,7 @@ common/autoware_lanelet2_utils/examples/example_conversion.cpp:118:127
--8<--
```

### `<autoware/lanelet2_utils/kind.hpp>`
### `kind`

| Function | Description | Average Computational Complexity | Illustration |
| ------------------ | ----------------------------------------------------------------------------- | -------------------------------- | ------------ |
Expand All @@ -334,7 +334,7 @@ common/autoware_lanelet2_utils/examples/example_kind.cpp:44:66
--8<--
```

### `<autoware/lanelet2_utils/hatched_road_markings.hpp>`
### `hatched_road_markings`

| Function | Description | Average Computational Complexity | Illustration |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------ |
Expand All @@ -348,7 +348,7 @@ common/autoware_lanelet2_utils/examples/example_hatched_road_markings.cpp:51:75
--8<--
```

### `<autoware/lanelet2_utils/topology.hpp>`
### `topology`

| Function | Description | Average Computational Complexity | Illustration |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -490,7 +490,7 @@ common/autoware_lanelet2_utils/examples/example_topology.cpp:231:256
--8<--
```

### `<autoware/lanelet2_utils/intersection.hpp>`
### `intersection`

| Function | Description | Average Computational Complexity | Illustration |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
Expand Down Expand Up @@ -540,7 +540,7 @@ common/autoware_lanelet2_utils/examples/example_intersection.cpp:71:104
--8<--
```

### `<autoware/lanelet2_utils/lane_sequence.hpp`
### `lane_sequence`

| Function | Description | Average Computational Complexity | Illustration |
| --------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
Expand All @@ -567,7 +567,7 @@ common/autoware_lanelet2_utils/examples/example_lane_sequence.cpp:68:80
--8<--
```

### `<autoware/lanelet2_utils/nn_search.hpp>`
### `nn_search`

| Function | Description | Average Computational Complexity | Illustration |
| -------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------ |
Expand Down Expand Up @@ -623,7 +623,7 @@ common/autoware_lanelet2_utils/examples/example_nn_search.cpp:115:121
--8<--
```

### `<autoware/lanelet2_utils/map_handler.hpp>`
### `map_handler`

| Function | Description | Average Computational Complexity | Illustration |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -706,7 +706,7 @@ common/autoware_lanelet2_utils/examples/example_map_handler.cpp:140:146
--8<--
```

### `<autoware/lanelet2_utils/route_manager.hpp>`
### `route_manager`

| Function | Description | Average Computational Complexity | Illustration |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
Loading