Skip to content

Commit

Permalink
docs(map_projection_loader): add limitations (#6140)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
YamatoAndo and pre-commit-ci[bot] authored Jan 24, 2024
1 parent 9fb03ac commit 51a5f22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions map/map_projection_loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ sample-map-rosbag
projector_type: local
```
#### Limitation
The functionality that requires latitude and longitude will become unavailable.
The currently identified unavailable functionalities are:
- GNSS localization
- Sending the self-position in latitude and longitude using ADAPI
### Using MGRS
If you want to use MGRS, please specify the MGRS grid as well.
Expand All @@ -39,6 +48,10 @@ vertical_datum: WGS84
mgrs_grid: 54SUE
```
#### Limitation
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.
### Using LocalCartesianUTM
If you want to use local cartesian UTM, please specify the map origin as well.
Expand Down

0 comments on commit 51a5f22

Please sign in to comment.