Skip to content

Commit

Permalink
planning: change default smoother to qp_spline_smoother. (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycool authored and startcode committed Jun 25, 2018
1 parent fb12723 commit d091c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/planning/common/planning_gflags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DEFINE_string(traffic_rule_config_filename,
"Traffic rule config filename");

DEFINE_string(smoother_config_filename,
"modules/planning/conf/spiral_smoother_config.pb.txt",
"modules/planning/conf/qp_spline_smoother_config.pb.txt",
"The configuration file for spiral smoother");

DEFINE_string(rtk_trajectory_filename, "modules/planning/data/garage.csv",
Expand Down

0 comments on commit d091c24

Please sign in to comment.