Skip to content

Commit c5195b8

Browse files
committed
pycheckformat
1 parent e9f8a63 commit c5195b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/rcs/ompl/mj_ompl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def ik(self, pose, q0=None, tcp_offset=None):
281281
numpy.ndarray: Joint positions that achieve the desired pose, or None if no solution is found.
282282
"""
283283
tcp_offset = tcp_offset if tcp_offset is not None else self.franka_hand_tcp
284-
return self.env.unwrapped.robot.get_ik().ik(pose, q0, tcp_offset) # type: ignore[attr-defined]
284+
return self.env.unwrapped.robot.get_ik().ik(pose, q0, tcp_offset) # type: ignore[attr-defined]
285285

286286

287287
class MjOStateSpace(ob.RealVectorStateSpace):

0 commit comments

Comments
 (0)