Skip to content

Commit

Permalink
docs(map_projection_loader): add limitations
Browse files Browse the repository at this point in the history
Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo committed Jan 22, 2024
1 parent d04bb57 commit fa1a5d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions map/map_projection_loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ 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 +47,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 fa1a5d7

Please sign in to comment.