graph TB
subgraph
A["IMU(FCU)"]-->B[VIO]
C["Camera</br>(mono)"]-->B
B-->D[Local Position]-->E[Odometry</br>Correction]-->F[Glocal Position]
end
subgraph
G-->H[BRM]-->I[Global Position]
subgraph Ground Truth Generation
J["Numerical Map</br>(Reference Image)"]-->K[BRM Generation]
end
K-->H
end
C-->G[Building</br>Segmentation]
D-->H
D-->K
I-->E
有没有大神教一下,