Skip to content

Commit 8bbc8ff

Browse files
docs(map_projection_loader): add projector type image (#7062)
* add map loader image Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add description Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * modify notation Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * describe: what is the strict boundary Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * reflect review Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * fix typo Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a63dbc7 commit 8bbc8ff

File tree

2 files changed

+3014
-0
lines changed

2 files changed

+3014
-0
lines changed

map/map_projection_loader/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ sample-map-rosbag
2121
└── pointcloud_map_metadata.yaml
2222
```
2323

24+
There are three types of transformations from latitude and longitude to XYZ coordinate system as shown in the figure below. Please refer to the following details for the necessary parameters for each projector type.
25+
26+
![node_diagram](docs/map_projector_type.svg)
27+
2428
### Using local coordinate
2529

2630
```yaml

0 commit comments

Comments
 (0)