We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fab4b commit 7082cbeCopy full SHA for 7082cbe
1 file changed
VisionPilot/development_releases/1.0/src/config/config_reader.cpp
@@ -66,7 +66,7 @@ Config ConfigReader::loadFromFile(const std::string& config_path) {
66
props.find("camera_calibration.standard_pose_config_path") != props.end()
67
? props["camera_calibration.standard_pose_config_path"]
68
: "";
69
-
+
70
// Longitudinal & pipeline tuning (with sensible defaults if keys are missing)
71
config.longitudinal.autospeed_conf_thresh =
72
props.find("longitudinal.autospeed.conf_thresh") != props.end()
0 commit comments