Skip to content

Commit

Permalink
fix(accel_brake_map_calibrator): set method to none as default in vie…
Browse files Browse the repository at this point in the history
…w plot py (autowarefoundation#2808)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored and asana17 committed Feb 8, 2023
1 parent 63b2ae6 commit ae0131e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def main(args=None):
parser.add_argument(
"-m",
"--method",
default="None",
default=None,
type=str,
help="calibration method : each_cell or four_cell",
)
Expand Down

0 comments on commit ae0131e

Please sign in to comment.