Minor
This commit is contained in:
parent
0bd23749f7
commit
ee16fca0a6
@ -49,7 +49,7 @@ class HwNode:
|
||||
|
||||
# Move to the initial configuration
|
||||
self.switch_to_joint_trajectory_controller()
|
||||
self.moveit.goto(q0, velocity_scaling=0.2)
|
||||
self.moveit.goto(q0, velocity_scaling=0.4)
|
||||
self.gripper.move(0.08)
|
||||
|
||||
return ResetResponse(to_bbox_msg(bbox))
|
||||
|
@ -31,7 +31,7 @@ def main():
|
||||
if args.wait_for_input:
|
||||
controller.gripper.move(0.08)
|
||||
controller.switch_to_joint_trajectory_control()
|
||||
controller.moveit.goto("ready", velocity_scaling=0.2)
|
||||
controller.moveit.goto("ready", velocity_scaling=0.4)
|
||||
i = input("Run policy? [y/n] ")
|
||||
if i != "y":
|
||||
exit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user