Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Nov 18, 2021
1 parent de04597 commit 97d847c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ catkin build srrg2_hipe
```
Which provide a parameter setting for the algorithm that usually works out-of-the-box in most scenarios. You can play around with the parameters by editing the *hierarchical_solver.config* file that is generated by the above command.

The default configuration is the one used in the experiments of the [paper - **FILL ME**] so that you can replicate the results on your machine.
The default configuration is the one used in the experiments of the paper so that you can replicate the results on your machine.

3. Optimize the graph
```
Expand Down
3 changes: 2 additions & 1 deletion apps/graph_optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ int main(int argc, char** argv) {

HierarchicalOptimizerPtr optimizer = manager.getByName<HierarchicalOptimizer>("optimizer");
if (!optimizer) {
throw std::runtime_error(exe_name + "| ERROR, no CondensedGraphOptimizer was found in " +
throw std::runtime_error(exe_name +
"| ERROR, no HierarchicalOptimizer was found in " +
param_config_file.value());
}
LOG << "Configuration in [ " << FG_YELLOW(param_config_file.value()) " ] loaded " << std::endl;
Expand Down

0 comments on commit 97d847c

Please sign in to comment.