Skip to content

Commit

Permalink
added in power limit status
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Nov 2, 2024
1 parent d191aad commit 14b9814
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/base_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@ message TorqueVectoringStatus
float vy_vn_gain = 9;
float perceived_vy = 10;
}

message PowerLimitStatus
{
bool power_limit_status = 1;
veh_vec_float corner_power_kw = 2;
}
1 change: 1 addition & 0 deletions proto/hytech_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ message VehicleData
float v_y_lm = 13;
float psi_dot_lm_rad_s = 14;
TorqueVectoringStatus tv_status = 15;
PowerLimitStatus power_limit_status = 16;
}

0 comments on commit 14b9814

Please sign in to comment.