Add lider ROS node and move robot control into its own directory

This commit is contained in:
2026-04-21 11:39:01 +00:00
parent 1d49e45240
commit f5ea157e21
28 changed files with 221 additions and 31 deletions
+3
View File
@@ -0,0 +1,3 @@
from .motor_controller import MotorController
__all__ = ["MotorController"]