Skip to content

Commit

Permalink
fix: update-dh-params-of-ar2010 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBellmannWandelbots authored Oct 2, 2024
1 parent 8fd40a7 commit eacf718
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions stories/robots/Yaskawa_AR2010.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type { StoryObj } from "@storybook/react"
import { Euler, Vector3, WebGLRenderer } from "three"
import { SupportedRobot } from "../../src"
import type { MotionGroupStateResponse } from "@wandelbots/wandelbots-js"
import { rapidlyChangingMotionState } from "./motionState"
import { sharedStoryConfig } from "./robotStoryConfig"

Expand All @@ -20,44 +18,44 @@ function SupportedRobotScene(
rapidlyChangingMotionState={rapidlyChangingMotionState}
dhParameters={[
{
a: 0,
d: 89.159000000000006,
alpha: 1.5707963267948966,
a: 150,
d: 0,
alpha: -1.5707963267948966,
theta: 0,
reverse_rotation_direction: false,
},
{
a: -425,
a: 760,
d: 0,
alpha: 0,
theta: 0,
alpha: 3.1415926535897931,
theta: -1.5707963267948966,
reverse_rotation_direction: false,
},
{
a: -392.25,
a: 200,
d: 0,
alpha: 0,
alpha: -1.5707963267948966,
theta: 0,
reverse_rotation_direction: false,
},
{
a: 0,
d: 109.15000000000001,
d: -1082,
alpha: 1.5707963267948966,
theta: 0,
reverse_rotation_direction: false,
},
{
a: 0,
d: 94.650000000000006,
d: 0,
alpha: -1.5707963267948966,
theta: 0,
reverse_rotation_direction: false,
},
{
a: 0,
d: 82.299999999999997,
alpha: 0,
d: -100,
alpha: 3.1415926535897931,
theta: 0,
reverse_rotation_direction: false,
},
Expand Down

0 comments on commit eacf718

Please sign in to comment.