Skip to content

Commit

Permalink
APP-6034: Fix slam path linewidth
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts committed Sep 3, 2024
1 parent 72cb8b7 commit 27a82e7
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.1.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/src/lib/slam-map-2d/motion-path.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $: {
<T.Line2 renderOrder={renderOrder.motionPath}>
<T.LineMaterial
color="#FF0047"
linewidth={0.005}
linewidth={1}
/>
<T is={geometry} />
</T.Line2>
Expand Down

0 comments on commit 27a82e7

Please sign in to comment.