You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This `MotionGroupVisualizer` component adds the robot or linear axis to the 3D viewport. It can be used on top of a robot or linear axis if we want to include the internal differentiation of what should be rendered.
10
+
11
+
The differentiation is dependent on the `inverseSolver` variable, which can also be passed as a prop:
12
+
-`inverseSolver` set: `SupportedRobot` component is returned.
13
+
-`inverseSolver` null: `SupportedLinearAxis` component is returned.
14
+
-`inverseSolver` undefined: internal kinematics request to find out what the `inverseSolver` state is.
15
+
16
+
Use it together with the `ConnectedMotionGroup` from this library:
In case you want to use the application offline, you can download the models and host them locally. You can override the URL resolver of the `MotionGroupVisualizer` component by passing a `getModel` function like:
0 commit comments