commit | c9b42db3754e29ccb0839d15121dcb2115c74c3e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Mar 12 12:03:29 2022 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 12 12:05:37 2022 -0800 |
tree | 0281dff4284795bdcc81b688866c2b0ec8c21432 | |
parent | 6b1e4d92a0ad510d22ab13b84f9c8a41341593af [diff] [blame] |
Lower intake a bit more Change-Id: Ie26f5f48667e0e688c4905ccd67bd3cbea63a6f4 Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2022/control_loops/superstructure/superstructure_plotter.ts b/y2022/control_loops/superstructure/superstructure_plotter.ts index 36f0c92..aae3d5a 100644 --- a/y2022/control_loops/superstructure/superstructure_plotter.ts +++ b/y2022/control_loops/superstructure/superstructure_plotter.ts
@@ -6,7 +6,7 @@ import Connection = proxy.Connection; const TIME = AosPlotter.TIME; -const DEFAULT_WIDTH = AosPlotter.DEFAULT_WIDTH; +const DEFAULT_WIDTH = AosPlotter.DEFAULT_WIDTH * 2; const DEFAULT_HEIGHT = AosPlotter.DEFAULT_HEIGHT * 3; export function plotSuperstructure(conn: Connection, element: Element): void {