fix Issue 2039
This commit is contained in:
@@ -235,6 +235,8 @@ class BodyPart:
|
|||||||
(x, y, z), (a, b, c, d), _, _, _, _ = self._p.getLinkState(body_id, link_id)
|
(x, y, z), (a, b, c, d), _, _, _, _ = self._p.getLinkState(body_id, link_id)
|
||||||
return np.array([x, y, z, a, b, c, d])
|
return np.array([x, y, z, a, b, c, d])
|
||||||
|
|
||||||
|
def get_position(self): return self.current_position()
|
||||||
|
|
||||||
def get_pose(self):
|
def get_pose(self):
|
||||||
return self.state_fields_of_pose_of(self.bodies[self.bodyIndex], self.bodyPartIndex)
|
return self.state_fields_of_pose_of(self.bodies[self.bodyIndex], self.bodyPartIndex)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user