Skip to content

Commit

Permalink
Merge pull request #435 from k-okada/fix_434
Browse files Browse the repository at this point in the history
cascaded-link: inverse-kinematics, fix error message both :link-list and :move-target is required
  • Loading branch information
k-okada authored Jul 11, 2018
2 parents a9e8fbf + 9fcac73 commit 3a91463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irteus/irtmodel.l
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@
(send-all union-link-list :analysis-level :coords)
;; argument check
(when (or (null link-list) (null move-target))
(warn ";; ERROR: :link-list or :move-target required~%")
(warn ";; ERROR: both :link-list and :move-target required~%")
(return-from :inverse-kinematics t))
(if (and (null translation-axis) (null rotation-axis))
(return-from :inverse-kinematics t))
Expand Down

0 comments on commit 3a91463

Please sign in to comment.