Skip to content

Commit

Permalink
format ros-warn
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 20, 2019
1 parent eba2929 commit fd519df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr2eus/robot-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,8 @@ Return value is a list of interpolatingp for all controllers, so (null (some #'i
(return-from :move-to-wait nil))
(ros::ros-warn ":move-to current-coords ~A" current-coords)
(ros::ros-warn " mapgoal-coords ~A" map-goal-coords)
(ros::ros-warn " error-coords ~A" diff)
(ros::ros-warn " target-coords ~A" coords)
(ros::ros-warn " error-coords ~A" diff)
(ros::ros-warn " target-coords ~A" coords)
(if (< diff-len 200) ;; move_base thre = 200mm
(let* ((x (/ (elt (send diff :worldpos) 0) 1000))
(y (/ (elt (send diff :worldpos) 1) 1000))
Expand Down

0 comments on commit fd519df

Please sign in to comment.