File tree 1 file changed +13
-0
lines changed
map/map_projection_loader
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ sample-map-rosbag
28
28
projector_type : local
29
29
` ` `
30
30
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
+
31
40
### Using MGRS
32
41
33
42
If you want to use MGRS, please specify the MGRS grid as well.
@@ -39,6 +48,10 @@ vertical_datum: WGS84
39
48
mgrs_grid : 54SUE
40
49
` ` `
41
50
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
+
42
55
### Using LocalCartesianUTM
43
56
44
57
If you want to use local cartesian UTM, please specify the map origin as well.
You can’t perform that action at this time.
0 commit comments