Skip to content

Commit

Permalink
Perception: fix typo in probabilistic_fusion.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaiTsoiBaidu authored and yifeijiang committed Aug 23, 2019
1 parent b2cc50c commit dbc785b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ bool ProbabilisticFusion::Init(const FusionInitOptions& init_options) {
return false;
}

std::string woork_root_config = GetAbsolutePath(
std::string work_root_config = GetAbsolutePath(
lib::ConfigManager::Instance()->work_root(), options.root_dir);

std::string config = GetAbsolutePath(woork_root_config, options.conf_file);
std::string config = GetAbsolutePath(work_root_config, options.conf_file);
ProbabilisticFusionConfig params;

if (!cyber::common::GetProtoFromFile(config, &params)) {
Expand Down

0 comments on commit dbc785b

Please sign in to comment.