Skip to content

Commit

Permalink
added controller boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-kC committed Apr 11, 2024
1 parent 768499d commit 42ec0dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions PCAN_project/hytech.sym
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,11 @@ Sig=controller_power_lim_torque_fr signed 16 /u:Nm /f:0.001
Sig=controller_power_lim_torque_rl signed 16 /u:Nm /f:0.001
Sig=controller_power_lim_torque_rr signed 16 /u:Nm /f:0.001
Sig=controller_yaw_pid_output signed 16 /f:0.001
Sig=controller_use_pid_tv unsigned 1
Sig=controller_use_launch unsigned 1
Sig=controller_use_normal_force unsigned 1
Sig=controller_use_power_limit unsigned 1
Sig=controller_use_pid_power_limit unsigned 1

{SENDRECEIVE}

Expand Down Expand Up @@ -1434,3 +1439,12 @@ Sig=controller_power_lim_torque_fl 0
Sig=controller_power_lim_torque_fr 16
Sig=controller_power_lim_torque_rl 32
Sig=controller_power_lim_torque_rr 48

[CONTROLLER_BOOLEAN]
ID=7ECh
Len=8
Sig=controller_use_launch 0
Sig=controller_use_pid_tv 1
Sig=controller_use_normal_force 2
Sig=controller_use_pid_power_limit 3
Sig=controller_use_power_limit 4

0 comments on commit 42ec0dd

Please sign in to comment.