bullet3 icon indicating copy to clipboard operation
bullet3 copied to clipboard

PyBullet :getCollisionShapeData fun cant get right pos of objects

Open zjh-de-github opened this issue 2 months ago • 0 comments

I use PyBullet and I've loaded a couple of obstacles into my environment: 506b9c6e0fda8607c0df482f2ff3519 while their position was set to:[1,0,1]、[0,1,1]、[-1,0,1]、[0,-1,1] Then I expect to use getCollisionShapeData() to iterate over the obstacle information shown below: 25710896b893651a244ce8fea1b428d But there's a clear problem with the location of the output, which is not the same as when I loaded the model: 1bb805a7ae97a36d786bcd12c8bc989 Can some kind man answer my question

zjh-de-github avatar Apr 17 '24 14:04 zjh-de-github