Skip to content

Commit 56e1116

Browse files
MarcinSzalomski3m5. Marcin Szalomski
andauthored
feat(RB-3142): yaskawa turntable rendered as LinearAxis (#516)
- Updates the JoggingPanel component (based upon V2 API) (#[514](#514)) - Bugfixing TurnTable being rendered as LinearAxis instead of Robot (#[515](#515), #[516](#516)) [Storybook Link](https://wandelbotsgmbh.github.io/wandelbots-js-react-components/overview.html) --------- Co-authored-by: 3m5. Marcin Szalomski <marcin.szalomski@partner.wandelbots.com>
1 parent c442937 commit 56e1116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robots/MotionGroupVisualizer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const MotionGroupVisualizer: React.FC<MotionGroupVisualizerProps> = exter
8686
"Yaskawa_TURN1",
8787
"Yaskawa_TURN2",
8888
"Yaskawa_TURN3",
89-
].includes(modelFromController)
89+
].some(model => model.toLowerCase() === modelFromController.toLowerCase())
9090
}, [modelFromController])
9191

9292
if (inverseSolver || isTurnTable) {

0 commit comments

Comments
 (0)