Skip to content

Commit

Permalink
remove an unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihiroKogure committed Sep 2, 2024
1 parent 1c016f5 commit fb7fd9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def __init__(self):

self.declare_parameter(
"max_lateral_accel",
0.5, # 0.3G
0.5,
ParameterDescriptor(description="Max lateral acceleration limit [m/ss]"),
)

Expand Down

0 comments on commit fb7fd9a

Please sign in to comment.