Skip to content

Commit

Permalink
add header file change for tactic.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
James-R-Han committed Jul 29, 2024
1 parent 7040a2e commit 3ba4e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/vtr_tactic/include/vtr_tactic/tactic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class Tactic : public PipelineInterface, public TacticInterface {

/** \brief */
double route_completion_translation_threshold = 0.5;
double route_completion_angle_threshold = 0.26;

/** \brief Configuration for the localization chain */
LocalizationChain::Config chain_config;
Expand Down

0 comments on commit 3ba4e41

Please sign in to comment.