Skip to content

Commit 1159313

Browse files
committed
Updates to system architecture page to reflect recent API reference and VO updates
1 parent 6c1b85f commit 1159313

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/vitepress/docs/system-architecture.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# System architecture
22

3-
The GISNav ROS 2 package receives upstream inputs from the autopilot via MAVLink and transforms them in multiple sequential steps to downstream outputs, the most important of which are the NMEA mock GPS messages. In GISNav this data processing algorithm is expressed as a distributed unidirectional network of ROS nodes.
3+
The GISNav ROS 2 package receives upstream inputs from the autopilot via MAVLink and transforms them in multiple sequential steps to downstream outputs, the most important of which are the mock GPS messages. In GISNav this data processing algorithm is expressed as a distributed unidirectional network of ROS nodes.
44

55
The GISNav ROS application also has many external interfaces and effective development requires a simulation environment. GISNav defines and [deploys that simulation environment with Docker Compose](/deploy-with-docker-compose).
66

77
This page provides an overview of both the topography of the GISNav ROS 2 package itself as well as how these different Docker Compose services that consitute the simulation environment relate to each other.
88

99
## ROS topography
1010

11-
The core ROS topography diagram below depicts how ROS messages flow through GISNav. The API reference(under construction) has more detailed information on the purpose and design of each ROS node.
12-
13-
::: info `MonocularStereoImage` currently disabled
14-
This diagram depicts partially implemented but disabled visual odometry (VO) functionality (`MonocularStereoImage`).
15-
:::
11+
The core ROS topography diagram below depicts how ROS messages flow through GISNav. The [API reference](/reference/) has more detailed information on the purpose and design of each ROS node.
1612

1713
::: info Todo
1814
- From BBoxNode, publish map to `base_link` and `base_link` to `camera` transformations separately to simplify implementation and reduce amount of maintained code.

0 commit comments

Comments
 (0)