Skip to content

Commit 14771ff

Browse files
authored
Update main.js
1 parent 324c78e commit 14771ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web_viewer/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ loader.load('./robot/robot.urdf', robot => {
291291

292292
autoOrbit = true;
293293

294-
}, 2000);
294+
}, 10000);
295295

296296
});
297297

@@ -567,4 +567,4 @@ function animate() {
567567

568568
}
569569

570-
animate();
570+
animate();

0 commit comments

Comments
 (0)