add a msg

fix missing Eeforce bug
This commit is contained in:
llexGe 2022-10-12 10:52:11 +08:00
parent 05e91528c1
commit 0460e8dd51
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.vscode/

View File

@ -15,6 +15,7 @@ add_message_files(
BmsCmd.msg
BmsState.msg
Cartesian.msg
EeForce.msg
IMU.msg
LED.msg
LowCmd.msg

View File

@ -0,0 +1,3 @@
int16 x # End-effector force in x direction
int16 y # End-effector force in y direction
int16 z # End-effector force in x direction