Marker Update Live
This commit is contained in:
@@ -349,7 +349,7 @@ function buildSkeletonFK(robot, angles) {
|
||||
const [nx, ny, nz] = m.normal ?? [0, 0, 1];
|
||||
const normalWorld = new THREE.Vector3(nx, nz, -ny).transformDirection(childFrame);
|
||||
gArmMarkers.add(makeMarkerSquareOriented(posWorld, normalWorld, markerSizeM, col));
|
||||
gArmMarkers.add(makeSphere(posWorld, 0.003, col));
|
||||
gArmMarkers.add(makeSphere(posWorld, 0.0006, col));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user