Add test scenes
This commit is contained in:
11
scripts/reset.py
Normal file
11
scripts/reset.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import rospy
|
||||
|
||||
from active_grasp.srv import *
|
||||
|
||||
rospy.init_node("test")
|
||||
|
||||
seed = rospy.ServiceProxy("seed", Seed)
|
||||
reset = rospy.ServiceProxy("reset", Reset)
|
||||
|
||||
seed(SeedRequest(1))
|
||||
reset(ResetRequest())
|
Reference in New Issue
Block a user