lidar adjustmentses

This commit is contained in:
legop3
2026-05-01 17:25:45 -04:00
parent 53723e2f1e
commit a8dd71193a
6 changed files with 66 additions and 54 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<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-CZ7Wc8AL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BNzmusoM.css">
<script type="module" crossorigin src="/assets/index-zn-QfvQ7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DmVJMLH1.css">
</head>
<body>
<div id="root"></div>
@@ -1,8 +1,8 @@
const { spawn } = require('child_process');
const EventEmitter = require('events');
const POLL_INTERVAL_MS = 10000;
const SCAN_TIMEOUT_MS = 6000;
const POLL_INTERVAL_MS = 1000;
const SCAN_TIMEOUT_MS = 2000;
const RECONNECT_DELAY_MS = 5000;
function parsePayloadLine(line) {