mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
ugh
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -105,10 +105,9 @@ export function useCommandPipeline() {
|
|||||||
type: 'raw',
|
type: 'raw',
|
||||||
data: { raw: bytesToBase64(bytes) },
|
data: { raw: bytesToBase64(bytes) },
|
||||||
});
|
});
|
||||||
enableSensorStream();
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
[emitCommand, enableSensorStream, roverId],
|
[emitCommand, roverId],
|
||||||
);
|
);
|
||||||
|
|
||||||
const runMacroSteps = useCallback(
|
const runMacroSteps = useCallback(
|
||||||
|
|||||||
Reference in New Issue
Block a user