Skip to content

Commit 15911e2

Browse files
daohu527Copilot
andauthored
Update modules/tools/whl-can/whl_can.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0e2c112 commit 15911e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tools/whl-can/whl_can.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
self.steering = 0.0
6666
self.speed_delta = speed_delta
6767
self.steering_delta = steering_delta
68-
# check defination of in modules/common_msgs/chassis_msgs/chassis.proto
68+
# check definition of in modules/common_msgs/chassis_msgs/chassis.proto
6969
self.gear_list = [3, 2, 0, 1]
7070
self.gear_str = ["P", "R", "N", "D"]
7171
self.gear_index = 0

0 commit comments

Comments
 (0)