mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
guh
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -30,6 +30,11 @@ function ensureRecord(id) {
|
||||
|
||||
function upsertRover(meta, ws) {
|
||||
const id = meta.name || meta.id;
|
||||
if (!meta.cameraServo) {
|
||||
logger.info('Rover hello missing camera servo block', { id, keys: Object.keys(meta || {}) });
|
||||
} else {
|
||||
logger.info('Rover hello camera servo', { id, servo: meta.cameraServo });
|
||||
}
|
||||
const record = ensureRecord(id);
|
||||
record.meta = meta;
|
||||
record.ws = ws;
|
||||
|
||||
Reference in New Issue
Block a user