Skip to content

Commit

Permalink
refactor(bpp, avoidance): remove unnecessary verbose flag (autowarefo…
Browse files Browse the repository at this point in the history
…undation#6822)

* refactor(avoidance): logger small change

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* refactor(bpp): remove verbose flag

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Apr 22, 2024
1 parent 021d0ee commit 49d0c1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct ModuleConfigParameters

struct BehaviorPathPlannerParameters
{
bool verbose;
size_t max_iteration_num{100};
double traffic_light_signal_timeout{1.0};

Expand Down

0 comments on commit 49d0c1f

Please sign in to comment.