initial commit

This commit is contained in:
2024-07-27 13:17:49 +09:00
commit 47370f3f6e
5 changed files with 75 additions and 0 deletions

7
srv/Grasp.srv Normal file
View File

@@ -0,0 +1,7 @@
float32 width
float32 speed
float32 force
float32 epsilon_inner
float32 epsilon_outer
---
bool success

4
srv/Move.srv Normal file
View File

@@ -0,0 +1,4 @@
float32 width
float32 speed
---
bool success