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