Add script to test the simulation
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import rospy
|
||||
|
||||
from active_grasp.srv import *
|
||||
|
||||
rospy.init_node("reset")
|
||||
|
||||
seed = rospy.ServiceProxy("seed", Seed)
|
||||
reset = rospy.ServiceProxy("reset", Reset)
|
||||
|
||||
seed(SeedRequest(1))
|
||||
reset(ResetRequest())
|
||||
rospy.sleep(1.0)
|
Reference in New Issue
Block a user