Skip to content

Commit

Permalink
added round trip time in millis
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Nov 8, 2024
1 parent 3441a09 commit 029b34e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/hytech_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ message MCUOutputData
float steering_angle_deg = 5;
veh_vec_int load_cell_data = 6;
bool timing_failure_active = 7;
int32 round_trip_time_millis = 8;
}

message MCUCommandData
Expand Down

0 comments on commit 029b34e

Please sign in to comment.