refactor(core): cleanup to match arm

This commit is contained in:
David
2026-03-20 10:42:18 -05:00
parent ff4a58e6ed
commit a17060ceda
2 changed files with 119 additions and 211 deletions

View File

@@ -1,5 +1,4 @@
import sys
import threading
import signal
import math
from warnings import deprecated
@@ -26,8 +25,6 @@ control_qos = qos.QoSProfile(
# liveliness_lease_duration=Duration(seconds=5),
)
thread = None
class ArmNode(Node):
"""Relay between Anchor and Basestation/Headless/Moveit2 for Arm related topics."""