You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`~/input/fix`|`sensor_msgs::msg::NavSatFix`| gnss status message |
16
+
|`~/input/navpvt`|`ublox_msgs::msg::NavPVT`| position, velocity and time solution. [click here for more details](https://github.com/KumarRobotics/ublox.git)|
17
17
18
18
### Output
19
19
@@ -27,14 +27,15 @@ The `gnss_poser` is a node that subscribes gnss sensing messages and calculates
|`gnss_base_frame`| string | "gnss_base_link" | frame id |
35
+
|`map_frame`| string | "map" | frame id |
36
+
|`coordinate_system`| int | "4" | coordinate system enumeration; 0: UTM, 1: MGRS, 2: Plane, 3: WGS84 Local Coordinate System, 4: UTM Local Coordinate System |
37
+
|`use_ublox_receiver`| bool | false | flag to use ublox receiver |
38
+
|`plane_zone`| int | 9 | identification number of the plane rectangular coordinate systems. [click here for more details](https://www.gsi.go.jp/LAW/heimencho.html)|
38
39
39
40
## Assumptions / Known limits
40
41
@@ -44,8 +45,4 @@ The `gnss_poser` is a node that subscribes gnss sensing messages and calculates
44
45
45
46
## (Optional) References/External links
46
47
47
-
[1]<https://github.com/KumarRobotics/ublox.git>
48
-
49
-
[2]<https://www.gsi.go.jp/LAW/heimencho.html>
50
-
51
48
## (Optional) Future extensions / Unimplemented parts
0 commit comments