mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
camera 0 to drive macro
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-DcPBzAbr.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CvfJ6hKE.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BY_dmM98.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -57,6 +57,7 @@ export const DEFAULT_MACROS = [
|
||||
label: 'Drive',
|
||||
description: 'Start, dock, and full command sequence used by the drive button.',
|
||||
steps: [
|
||||
{ type: 'servo', angle: 0 },
|
||||
{ type: 'oi', command: 'start' },
|
||||
{ type: 'pause', duration: COMMAND_DELAY_MS },
|
||||
{ type: 'oi', command: 'dock' },
|
||||
|
||||
Reference in New Issue
Block a user