Skip to content

Commit c459384

Browse files
committed
feat(control): implement hardware calibration tools for motors and sensors
1 parent 557fa79 commit c459384

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import rclpy
2+
from rclpy.node import Node
3+
4+
class HardwareCalibrator(Node):
5+
def __init__(self):
6+
super().__init__('hardware_calibrator')
7+
# Wheel baseline and motor response calibration

0 commit comments

Comments
 (0)