Skip to content

Commit

Permalink
robot-model-usage.l : reduce output message for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Aug 18, 2018
1 parent b0c45fc commit ace6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irteus/test/robot-model-usage.l
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
(send *robot* :head :neck-p :joint-angle 0)
(send *robot* :head :neck-y :joint-angle yaw)
;;(send *irtviewer* :draw-objects)
(setq ret (send *robot* :head :look-at target :debug-view t))
(setq ret (send *robot* :head :look-at target :debug-view nil))
(setq gaze-dir (matrix-column (send *robot* :head :end-coords :worldrot) 2))
(setq target-dir (normalize-vector (v- target (send *robot* :head :end-coords :worldpos))))
(format t "ret = ~A, (v. gaze-dir target-dir) = ~A~%" ret (v. gaze-dir target-dir))
Expand Down

0 comments on commit ace6a45

Please sign in to comment.