Skip to content

Commit

Permalink
feat: finish refactor of instanciator and update location of arm in s…
Browse files Browse the repository at this point in the history
…imulation
  • Loading branch information
alberto-abarzua committed Nov 18, 2023
1 parent 69e136d commit 7366a02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/controls/ArmStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ArmStatus = () => {
}

return (
<div className="m-4 flex flex-col rounded-md bg-slate-200 p-2 shadow-md">
<div className="m-2 flex scale-90 transform flex-col rounded-md bg-slate-200 p-2 shadow-md">
<div className="mb-1 flex w-full items-center justify-center self-center ">
<div className="flex items-center justify-center">
<InfoHover text="The current coordinates and position of the arm" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -975,16 +975,16 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 963194225}
m_LocalRotation: {x: 0.050638843, y: 0.8644719, z: -0.08656927, w: 0.49257466}
m_LocalPosition: {x: -374, y: 337, z: 512}
m_LocalRotation: {x: 0.026798464, y: 0.8676434, z: -0.044731922, w: 0.4944451}
m_LocalPosition: {x: -481, y: 475, z: 496}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1928142053}
- {fileID: 675841135}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 11.511, y: 120.665, z: 0.133}
m_LocalEulerAnglesHint: {x: 5.977, y: 120.652, z: 0.131}
--- !u!114 &963194229
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
Binary file not shown.

0 comments on commit 7366a02

Please sign in to comment.