Skip to content

Commit 7082cbe

Browse files
try sign commit
Signed-off-by: TranHuuNhatHuy <huy9515@gmail.com>
1 parent 21fab4b commit 7082cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VisionPilot/development_releases/1.0/src/config/config_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Config ConfigReader::loadFromFile(const std::string& config_path) {
6666
props.find("camera_calibration.standard_pose_config_path") != props.end()
6767
? props["camera_calibration.standard_pose_config_path"]
6868
: "";
69-
69+
7070
// Longitudinal & pipeline tuning (with sensible defaults if keys are missing)
7171
config.longitudinal.autospeed_conf_thresh =
7272
props.find("longitudinal.autospeed.conf_thresh") != props.end()

0 commit comments

Comments
 (0)