Skip to content

Commit

Permalink
feat(version): release 0.28.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 10, 2024
1 parent ededdb4 commit ba457a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.28.6",
"version": "0.28.7",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
Binary file modified public/models/robot.glb
Binary file not shown.
11 changes: 0 additions & 11 deletions src/pages/EnvironmentPage/TaskManagement/BarcodeManagement3D.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ export default function App({ ros }: any) {
return <Machine3D key={barcodeItemIndex} item={barcodeItem} />;
})}
<Robot3D />
<Machine3D
item={{
barcode: "asd",
waypoint: {
x: 1,
y: 2,
z: 0,
yaw: 1.57,
},
}}
/>
</Scene3D>
);
}

0 comments on commit ba457a1

Please sign in to comment.