Skip to content

Commit

Permalink
fix: Corrected joint rotation of the kuka-kr20r2010-2 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBellmannWandelbots authored Oct 24, 2024
1 parent 98f87d1 commit 601e48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/robots/KUKA_KR16_R2010_2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { RobotModelProps } from "./types"

KUKA_KR16_R2010_2.config = {
rotationOffsets: [0, 0, -Math.PI / 2, 0, 0, 0],
rotationSign: [-1, 1, 1, 1, 1, 1],
}

export function KUKA_KR16_R2010_2({
Expand Down

0 comments on commit 601e48c

Please sign in to comment.