From f3ab37174c0a972245e1596a2d97b99ae880fda3 Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Sun, 9 Nov 2025 19:26:29 -0700 Subject: [PATCH] Remove `groovyCompatibility` flag The interface this flags never actually got removed, so it's unnecessary. --- examples/tf.html | 7 +-- src/core/Ros.ts | 5 --- src/tf/TFClient.ts | 66 +++++------------------------ test/examples/tf_service.example.ts | 23 ---------- 4 files changed, 11 insertions(+), 90 deletions(-) diff --git a/examples/tf.html b/examples/tf.html index b22c1227d..8191c720a 100644 --- a/examples/tf.html +++ b/examples/tf.html @@ -8,12 +8,7 @@