Skip to content

Commit

Permalink
[jsk_fetch_plug_power_spot] update
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 1, 2021
1 parent 75de78c commit 7450781
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jsk_fetch_plug_power_spot/euslisp/utils.l
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,12 @@
(send *fetch* :reset-pose)
(send *ri* :angle-vector (send *fetch* :reset-pose) 5000)

;; approach to spot
;;(if (approach-to-spot)
;; t
;; (progn
;; (ros::ros-error "Failed to approach to spot")
;; (return-from unplug-power-connector nil)))
approach to spot
(if (approach-to-spot)
t
(progn
(ros::ros-error "Failed to approach to spot")
(return-from unplug-power-connector nil)))

;; move head to ar marker
(if (move-head-to-markers)
Expand Down

0 comments on commit 7450781

Please sign in to comment.