Skip to content

Commit

Permalink
adding in new msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Oct 15, 2024
1 parent d7f1446 commit 66d3b19
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 @@ -70,4 +70,10 @@ message TireDynamics
veh_vec_xyz_vector tire_moments_nm = 2;
veh_vec_float accel_saturation_nm = 3;
veh_vec_float brake_saturation_nm = 4;
}

message TorqueVectoringStatus
{
veh_vec_float torque_additional_nm = 1;
float additional_mz_moment_nm = 2;
}
1 change: 1 addition & 0 deletions proto/hytech_msgs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ message VehicleData
veh_vec_float driver_torque = 12;
float v_y_lm = 13;
float psi_dot_lm_rad_s = 14;
TorqueVectoringStatus tv_status = 15;
}

0 comments on commit 66d3b19

Please sign in to comment.