This commit is contained in:
legop3
2025-11-18 13:57:39 -05:00
parent d60d765008
commit 543337ac8b
5 changed files with 7 additions and 31 deletions
-4
View File
@@ -42,8 +42,6 @@ export function useCommandPipeline() {
left: clampRange(speeds?.left ?? 0, [-500, 500]),
right: clampRange(speeds?.right ?? 0, [-500, 500]),
};
// eslint-disable-next-line no-console
console.debug('[pipeline] sendDriveDirect', payload);
emitCommand({
type: 'drive',
data: { driveDirect: payload },
@@ -61,8 +59,6 @@ export function useCommandPipeline() {
side: clampRange(side, AUX_LIMITS.side),
vacuum: clampRange(vacuum, AUX_LIMITS.vacuum),
};
// eslint-disable-next-line no-console
console.debug('[pipeline] sendAuxMotors', payload);
emitCommand({
type: 'motors',
data: { motorPwm: payload },