Changeset 915 for cpp/frams/config/f0-SDK.def
- Timestamp:
- 04/20/20 23:33:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/f0-SDK.def
r754 r915 48 48 PROP(dz,1,1024,delta.z,f,-2,2,0,d.z) 49 49 PROP(sh,1,0,shape,d,0,1,0,shape) 50 PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x) 51 PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y) 52 PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z) 53 PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x) 54 PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y) 55 PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z) 56 PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0]) 57 PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1]) 58 PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0]) 59 PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1]) 50 60 XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif) 51 61 XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif) … … 66 76 PROP(p2,0,1024,`part2 ref#',d,-1,999999,-1,p2_refno) 67 77 PROP(sh,1,0,shape,d,0,1,0,shape) 78 PROP(hx,1,0,hinge position.x,f,,,0,hinge_pos.x) 79 PROP(hy,1,1024,hinge position.y,f,,,0,hinge_pos.y) 80 PROP(hz,1,1024,hinge position.z,f,,,0,hinge_pos.z) 81 PROP(hrx,1,0,hinge rotation.x,f,,,0,hinge_rot.x) 82 PROP(hry,1,1024,hinge rotation.y,f,,,0,hinge_rot.y) 83 PROP(hrz,1,1024,hinge rotation.z,f,,,0,hinge_rot.z) 84 PROP(hxn,1,0,hinge x negative limit,f,-6.2832,0,-1.5708,hinge_limit_x[0]) 85 PROP(hxp,1,1024,hinge x positive limit,f,0,6.2832,1.5708,hinge_limit_x[1]) 86 PROP(hyn,1,0,hinge y negative limit,f,-6.2832,0,-1.5708,hinge_limit_y[0]) 87 PROP(hyp,1,1024,hinge y positive limit,f,0,6.2832,1.5708,hinge_limit_y[1]) 68 88 XPROP(stif,2,0,stiffness,f,0.0,1.0,1.0,stif) 69 89 XPROP(rotstif,2,0,rotation stiffness,f,0.0,1.0,1.0,rotstif)
Note: See TracChangeset
for help on using the changeset viewer.