Skip to content

Commit

Permalink
Add TODO comment about WheelSpeedState units
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Feb 20, 2024
1 parent 0025fae commit 0cab5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robot_sf/robot/differential_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
PolarVec2D = Tuple[float, float]
RobotPose = Tuple[Vec2D, float]
WheelSpeedState = Tuple[float, float] # tuple of (left, right) speeds
# TODO: Is WheelSpeedState in translation or rotation units?


@dataclass
Expand Down

0 comments on commit 0cab5dd

Please sign in to comment.