We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad5389 commit c6b064cCopy full SHA for c6b064c
leads_vec_rc/cli.py
@@ -19,7 +19,7 @@
19
L.debug(f"Data directory not found. Creating \"{abspath(config.data_dir)}\"...")
20
makedirs(config.data_dir)
21
CAR_WIDTH: float = config.get("car_width", 2)
22
-CAR_LENGTH: float = config.get("car_width", 1)
+CAR_LENGTH: float = config.get("car_length", 1)
23
CAR_MASS: float = config.get("car_mass", 400)
24
CAR_CENTER_OF_MASS: float = config.get("car_center_of_mass", .25)
25
0 commit comments