- Timestamp:
- 03/15/21 15:58:52 (4 years ago)
- Location:
- cpp/frams/neuro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/neurocls-f0-SDK-factory.h
r976 r1109 86 86 ParamEntry NI_BendMuscle_tab []={ 87 87 {"Bend muscle",1, 2 ,"|",}, 88 {"p",0,0,"power","f 0.0 11.0 0.25",FIELD(power),},88 {"p",0,0,"power","f 0.0 1.0 0.25",FIELD(power),}, 89 89 {"r",0,0,"bending range","f 0.0 1.0 1.0",FIELD(bendrange),}, 90 90 {0,0,0,},}; … … 94 94 ParamEntry NI_RotMuscle_tab []={ 95 95 {"Rotation muscle",1, 1 ,"@",}, 96 {"p",0,0,"power","f 0.0 11.0 1.0",FIELD(power),},96 {"p",0,0,"power","f 0.0 1.0 1.0",FIELD(power),}, 97 97 {0,0,0,},}; 98 98 #undef FIELDSTRUCT … … 101 101 ParamEntry NI_SolidMuscle_tab []={ 102 102 {"Muscle for solids",1, 2 ,"M",}, 103 {"p",0,0,"power","f 0.0 11.0 1.0",FIELD(power),},103 {"p",0,0,"power","f 0.0 1.0 1.0",FIELD(power),}, 104 104 {"a",0,0,"axis","d 0 1 0",FIELD(axis),}, 105 105 {0,0,0,},}; … … 131 131 ParamEntry NI_LinearMuscle_tab []={ 132 132 {"Linear muscle [EXPERIMENTAL!]",1, 1 ,"LMu",}, 133 {"p",0,0,"power","f 0.0 11.0 1.0",FIELD(power),},133 {"p",0,0,"power","f 0.0 1.0 1.0",FIELD(power),}, 134 134 {0,0,0,},}; 135 135 #undef FIELDSTRUCT -
cpp/frams/neuro/neurocls-f0-SDK-library.h
r1043 r1109 67 67 68 68 {0,0,0,},}; 69 addClass(new NeuroClass(NI_Touch_tab,"Touch and proximity sensor (Tc +Tpcombined)\n-1=no contact\n0=just touching\n>0=pressing, value depends on the force applied (not implemented in ODE mode)",0,1,1, Touch_xy,false, 32, 3, 15));69 addClass(new NeuroClass(NI_Touch_tab,"Touch and proximity sensor (Tcontact and Tproximity combined)\n-1=no contact\n0=just touching\n>0=pressing, value depends on the force applied (not implemented in ODE mode)",0,1,1, Touch_xy,false, 32, 3, 15)); 70 70 71 71 static int TouchC_xy[]={43,2,7,100,50,90,50,90,40,70,40,80,50,70,60,90,60,90,50,11,75,50,65,50,60,55,55,45,50,55,45,45,40,50,35,50,30,45,25,50,30,55,35,50}; … … 114 114 115 115 116 {"p",0,0,"power","f 0.0 11.0 0.25",},116 {"p",0,0,"power","f 0.0 1.0 0.25",}, 117 117 {"r",0,0,"bending range","f 0.0 1.0 1.0",}, 118 118 … … 126 126 127 127 128 {"p",0,0,"power","f 0.0 11.0 1.0",},128 {"p",0,0,"power","f 0.0 1.0 1.0",}, 129 129 130 130 {0,0,0,},}; … … 138 138 139 139 140 {"p",0,0,"power","f 0.0 11.0 1.0",},140 {"p",0,0,"power","f 0.0 1.0 1.0",}, 141 141 {"a",0,0,"axis","d 0 1 0",}, 142 142 … … 178 178 179 179 180 {"p",0,0,"power","f 0.0 11.0 1.0",},180 {"p",0,0,"power","f 0.0 1.0 1.0",}, 181 181 182 182 {0,0,0,},};
Note: See TracChangeset
for help on using the changeset viewer.