- Reworked the support for TRICS - Added a second generation motor
@ -69,7 +69,7 @@ void normalizeVector(MATRIX v){
double norm;
norm = vectorLength(v);
if(norm > .001) {
if(norm > .00001) {
for(i = 0; i < 3; i++){
v[i][0] /= norm;
}
The note is not visible to the blocked user.