mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
joecraft
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-BpIdNRSY.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CyrLefed.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CGvUXLso.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -258,14 +258,6 @@ export default function VipNeatoCard({
|
||||
<line x1="110" y1="18" x2="110" y2="202" stroke="#166534" strokeWidth="1" />
|
||||
<line x1="18" y1="110" x2="202" y2="110" stroke="#166534" strokeWidth="1" />
|
||||
<circle cx="110" cy="110" r="4" fill="#4ade80" />
|
||||
<polyline
|
||||
points={lidarDots}
|
||||
fill="none"
|
||||
stroke="#4ade80"
|
||||
strokeWidth="1.5"
|
||||
strokeLinejoin="round"
|
||||
strokeLinecap="round"
|
||||
/>
|
||||
{lidarPoints
|
||||
.filter(
|
||||
(point) =>
|
||||
|
||||
Reference in New Issue
Block a user