mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
yaya
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="Roomba Rover" />
|
||||
<title>Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-DlSNvZve.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-cdQmQokE.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Dzjs7qyo.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -38,7 +38,7 @@ constexpr int kRgbBytes = kWidth * kHeight * 3;
|
||||
constexpr int kDepthPixels = kWidth * kHeight;
|
||||
constexpr int kFrameStaleMs = 5000;
|
||||
constexpr int kCommandFrameWaitMs = 3000;
|
||||
constexpr int kDepthHistoryFrames = 1000;
|
||||
constexpr int kDepthHistoryFrames = 100;
|
||||
constexpr int kDepthMinimumValidSamples = 5;
|
||||
|
||||
struct FrameCache {
|
||||
|
||||
Reference in New Issue
Block a user