Skip to content

Commit 51a5f22

Browse files
docs(map_projection_loader): add limitations (autowarefoundation#6140)
* docs(map_projection_loader): add limitations Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9fb03ac commit 51a5f22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

map/map_projection_loader/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ sample-map-rosbag
2828
projector_type: local
2929
```
3030
31+
#### Limitation
32+
33+
The functionality that requires latitude and longitude will become unavailable.
34+
35+
The currently identified unavailable functionalities are:
36+
37+
- GNSS localization
38+
- Sending the self-position in latitude and longitude using ADAPI
39+
3140
### Using MGRS
3241
3342
If you want to use MGRS, please specify the MGRS grid as well.
@@ -39,6 +48,10 @@ vertical_datum: WGS84
3948
mgrs_grid: 54SUE
4049
```
4150
51+
#### Limitation
52+
53+
It cannot be used with maps that span across two or more MGRS grids. Please use it only when it falls within the scope of a single MGRS grid.
54+
4255
### Using LocalCartesianUTM
4356
4457
If you want to use local cartesian UTM, please specify the map origin as well.

0 commit comments

Comments
 (0)