Skip to content

Commit c93624c

Browse files
committed
comments
1 parent feb3b37 commit c93624c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MiraLink.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(args == null){
2626
DHParameterKinematics arm = base.getAllDHChains().get(0)
2727
ArrayList<DHLink> dhLinks=arm.getChain().getLinks();
2828
DHLink dh = dhLinks.get(0);
29-
args=[dh,(int)2]
29+
args=[dh,(int)2] // args = [dh_parameters, joint #] !!!Pass extra parameters into here if I need them from external script
3030
}
3131

3232
CSG reverseDHValues(CSG incoming,DHLink dh ){
@@ -43,5 +43,6 @@ if(args == null){
4343
}
4444

4545
CSG DummyStandInForLink = new Cube(20).toCSG()
46+
//here i need to define the shape(s) that will result in a new link for the arm
4647

4748
return [moveDHValues(DummyStandInForLink,args[0])]

0 commit comments

Comments
 (0)