Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eaa3 committed Jan 5, 2024
1 parent e1ca21d commit fcc75fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions grip/robot/bullet_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,7 @@ def reset(self) -> None:
self.reset_angles(self.home_positions)
self.set_angles(self.home_positions)

def forward_kinematics(
self, angles: np.ndarray
) -> Tuple[np.ndarray, np.ndarray]:
def forward_kinematics(self, angles: np.ndarray) -> Tuple[np.ndarray, np.ndarray]:
"""
If this robot has kinematics enabled, then this will return the forward kinematic solution for the given angles.
Expand Down

0 comments on commit fcc75fd

Please sign in to comment.