parent
05e91528c1
commit
0460e8dd51
|
@ -1 +0,0 @@
|
|||
.vscode/
|
|
@ -15,6 +15,7 @@ add_message_files(
|
|||
BmsCmd.msg
|
||||
BmsState.msg
|
||||
Cartesian.msg
|
||||
EeForce.msg
|
||||
IMU.msg
|
||||
LED.msg
|
||||
LowCmd.msg
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue