mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
Update quadruped_playback.py
This commit is contained in:
parent
c702f5ac4a
commit
405c67ba15
@ -9,6 +9,7 @@ import sys
|
||||
import os, fnmatch
|
||||
import argparse
|
||||
from time import sleep
|
||||
import pybullet_data
|
||||
|
||||
|
||||
def readLogFile(filename, verbose=True):
|
||||
@ -56,6 +57,7 @@ def readLogFile(filename, verbose=True):
|
||||
|
||||
clid = p.connect(p.SHARED_MEMORY)
|
||||
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
log = readLogFile("LOG00076.TXT")
|
||||
|
||||
recordNum = len(log)
|
||||
|
Loading…
Reference in New Issue
Block a user