Soccer Components.

This commit is contained in:
Michael Mainguy 2023-09-19 07:36:49 -05:00
parent b06a158523
commit 0e54e15cb9

View File

@ -145,7 +145,7 @@ export class Rigplatform {
}
break;
case ControllerEventType.MOTION:
console.log(JSON.stringify(event));
this.logger.debug(JSON.stringify(event));
this.buildKickLine(event.startPosition, event.endPosition);
break;
}