mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
guhw
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>webui</title>
|
<title>webui</title>
|
||||||
<script type="module" crossorigin src="/assets/index-BlaZqU9Q.js"></script>
|
<script type="module" crossorigin src="/assets/index-DXvSpxjQ.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BaCUS21F.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BaCUS21F.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -25,19 +25,19 @@ export const DEFAULT_KEYMAP = {
|
|||||||
driveBackward: ['s'],
|
driveBackward: ['s'],
|
||||||
driveLeft: ['a'],
|
driveLeft: ['a'],
|
||||||
driveRight: ['d'],
|
driveRight: ['d'],
|
||||||
boostModifier: ['\\\\'],
|
boostModifier: ['\\'],
|
||||||
slowModifier: ['shift'],
|
slowModifier: ['shift'],
|
||||||
auxMainForward: ['o'],
|
auxMainForward: ['i'],
|
||||||
auxMainReverse: ['l'],
|
auxMainReverse: ['k'],
|
||||||
auxSideForward: ['p'],
|
auxSideForward: ['o'],
|
||||||
auxSideReverse: [';'],
|
auxSideReverse: ['l'],
|
||||||
auxVacuumFast: ['['],
|
auxVacuumFast: ['p'],
|
||||||
auxVacuumSlow: ["'"],
|
auxVacuumSlow: [';'],
|
||||||
auxAllForward: ['.'],
|
auxAllForward: [","],
|
||||||
cameraUp: ['i'],
|
cameraUp: ['u'],
|
||||||
cameraDown: ['k'],
|
cameraDown: ['j'],
|
||||||
driveMacro: ['g'],
|
driveMacro: ['f'],
|
||||||
dockMacro: ['h'],
|
dockMacro: ['g'],
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DEFAULT_MACROS = [
|
export const DEFAULT_MACROS = [
|
||||||
@@ -57,7 +57,9 @@ export const DEFAULT_MACROS = [
|
|||||||
id: 'seek-dock',
|
id: 'seek-dock',
|
||||||
label: 'Dock',
|
label: 'Dock',
|
||||||
description: 'Send the seek dock command.',
|
description: 'Send the seek dock command.',
|
||||||
steps: [{ type: 'oi', command: 'dock' }],
|
steps: [
|
||||||
|
{ type: 'oi', command: 'dock' }
|
||||||
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user