Skip to content

Commit

Permalink
Added ht can and ht proto version messages
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishKittur committed Oct 10, 2024
1 parent 7d0ed58 commit 2fd4b0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions proto/hytech_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ message DBProtoVersion
string proto_version = 1;
}

message HTProtoVersion
{
string ht_proto_version = 1;
}

message HTCanVersion
{
string ht_can_version = 1;
}

message SpeedControlIn {
float accel_percent = 1;
float brake_percent = 2;
Expand Down

0 comments on commit 2fd4b0c

Please sign in to comment.