Skip to content

Commit 74b2b90

Browse files
committed
fixing where self/gps comes from
1 parent 8a31427 commit 74b2b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/code_flow_detailed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ flowchart LR
8080
INS --> |"100 Hz"| self/ins_topics
8181
INS --> |"10 Hz"| self/gnss1
8282
INS --> |"10 Hz"| self/gnss2
83+
INS --> |"10 Hz - SC"| self/gps
8384
8485
ROS_serial_translator --> |"10 Hz - SC"| self/encoder_speed
8586
ROS_serial_translator --> |"10 Hz - SC"| self/stepper_steering
86-
ROS_serial_translator --> |"10 Hz - SC"| self/gps
8787
ROS_serial_translator --> |"10 Hz - SC"| other/raw_state
8888
ROS_serial_translator --> |"100 Hz - NAND"| self/raw_state
8989
ROS_serial_translator --> |"100 Hz"| self/firmware_debug

0 commit comments

Comments
 (0)