mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
what is goung on
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
- make the ptz queue and join button show up as one roverqueuespanel style rover row below the links panel
|
- make the ptz queue and join button show up as one roverqueuespanel style rover row below the links panel
|
||||||
- only show it open for verified users, for non-verified users overlay it with a message and dont let them click on it
|
- only show it open for verified users, for non-verified users overlay it with a message and dont let them click on it
|
||||||
- for mobile layouts, show it below the roverqueuepanel.
|
- for mobile layouts, show it below the roverqueuepanel.
|
||||||
-
|
- dont worry about not being invasive, just dont break anything
|
||||||
|
|
||||||
## ui flow should be:
|
## ui flow should be:
|
||||||
1. you are verified
|
1. you are verified
|
||||||
@@ -29,4 +29,5 @@
|
|||||||
- you see snapshots, you see the "not your turn" hud, same as driving a rover
|
- you see snapshots, you see the "not your turn" hud, same as driving a rover
|
||||||
5. its now your turn. the overlay shows up just as it does in rover hud
|
5. its now your turn. the overlay shows up just as it does in rover hud
|
||||||
6. you control the camera like usual, you want to close it
|
6. you control the camera like usual, you want to close it
|
||||||
7. you hit the close button,
|
7. you hit the close button, you get removed from the queue
|
||||||
|
8. the page returns to normal
|
||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -78,7 +78,7 @@
|
|||||||
<script defer src="https://analytics.otter.land/script.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land"></script>
|
<script defer src="https://analytics.otter.land/script.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land"></script>
|
||||||
<script defer src="https://analytics.otter.land/recorder.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land" data-sample-rate="0.15" data-mask-level="moderate" data-max-duration="300000"></script>
|
<script defer src="https://analytics.otter.land/recorder.js" data-website-id="82dd56a5-db44-4279-bd1e-a4d9fee39af7" data-domains="rover.otter.land" data-sample-rate="0.15" data-mask-level="moderate" data-max-duration="300000"></script>
|
||||||
<title>Roomba Rover</title>
|
<title>Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-Ctn04PxV.js"></script>
|
<script type="module" crossorigin src="/assets/index-DT82w9Sn.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Dyg2cJnP.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Dyg2cJnP.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export const OVERCURRENT_GROUPS = [
|
|||||||
|
|
||||||
export const DEFAULT_OVERCURRENT_LIMITS = {
|
export const DEFAULT_OVERCURRENT_LIMITS = {
|
||||||
downRatePerSec: 0.5,
|
downRatePerSec: 0.5,
|
||||||
upRatePerSec: 0.1,
|
upRatePerSec: 0.7,
|
||||||
releaseDelaySec: 1,
|
releaseDelaySec: 1,
|
||||||
outputRateMs: 250,
|
outputRateMs: 250,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user