Skip to content

Commit

Permalink
fix: change position of flange on ur10e (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo authored Oct 10, 2024
1 parent e7aa394 commit eea363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/robots/UniversalRobots_UR10e.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export function UniversalRobots_UR10e({
>
<animated.group
name="UR10e_J06"
ref={flangeRef}
position={[0, 0.12, 0]}
rotation={[-Math.PI / 2, 0, 0]}
>
<animated.group
ref={flangeRef}
name="UR10e_FLG"
position={[1.184, -0.174, 0.061]}
rotation={[-Math.PI / 2, 0, 0]}
Expand Down

0 comments on commit eea363d

Please sign in to comment.