🐕 Adds way to simulate the model

This commit is contained in:
Rune Harlyk
2024-03-04 23:41:48 +01:00
parent 5449658df7
commit f28d5e345b
11 changed files with 178 additions and 119 deletions
+1 -1
View File
@@ -13,6 +13,7 @@ https://github.com/bulletphysics/bullet3/blob/master/examples/pybullet/examples/
import pybullet as p
import pybullet_data as pd
import random
textureId = -1
@@ -24,7 +25,6 @@ updateHeightfield = False
heightfieldSource = useProgrammatic
numHeightfieldRows = 256
numHeightfieldColumns = 256
import random
random.seed(10)