Skip to content

Commit

Permalink
set default service-wait-time to 10 [sec]
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 22, 2021
1 parent b8b07e5 commit 8b338c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2eus_moveit/euslisp/collision-object-publisher.l
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(defmethod collision-object-publisher
(:init (&key (service-name "apply_planning_scene")
(scene-service "get_planning_scene")
(service-wait-time -1))
(service-wait-time 10))
(unless (ros::ok) (ros::roseus "publish_collision_eusobj"))
(setq object-list (make-hash-table))
(setq attached-object-list (make-hash-table))
Expand Down

0 comments on commit 8b338c9

Please sign in to comment.