Skip to content

Commit

Permalink
RSDK-6492 - ViamObject3D should not be in in degrees (viamrobotics#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfranczak authored Jan 30, 2024
1 parent 5555792 commit 48551f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-blocks",
"version": "0.0.26",
"version": "0.0.27",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ useMapLibreEvent('mousedown', handleMapPointerDown);
{name}
obstacle={name}
userData.lngLat={obstacle.location}
rotation.y={geometry.pose.orientationVector.th * THREE.MathUtils.DEG2RAD}
rotation.y={geometry.pose.orientationVector.th}
on:pointerenter={() => ($hovered = name)}
on:pointerleave={() => ($hovered = null)}
on:pointerdown={() => handlePointerDown()}
Expand Down

0 comments on commit 48551f0

Please sign in to comment.