feat: Add getAssetIksApi service for fetching asset IKs and update Model component to utilize it

This commit is contained in:
2025-07-08 16:31:20 +05:30
parent a28333f1d9
commit 81c893e569
4 changed files with 68 additions and 14 deletions

View File

@@ -212,7 +212,6 @@ function RoboticArmInstance({ armBot }: { readonly armBot: ArmBotStatus }) {
}
}, [isReset, isPlaying])
function animate(currentTime: number) {
if (previousTimeRef.current === null) {
previousTimeRef.current = currentTime;