Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Dec 13, 2022
1 parent 8fa30aa commit d644866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class TRAJECTORY_FOLLOWER_PUBLIC MpcLateralController : public LateralController
//!< @brief path resampling interval [m]
double m_traj_resample_dist;

//!< @brief flag of traj extending for ternimal yaw
//!< @brief flag of traj extending for terminal yaw
bool m_enable_traj_extending;

/* parameters for stop state */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
curvature_smoothing_num_ref_steer: 15 # point-to-point index distance used in curvature calculation (for steer command reference): curvature is calculated from three points p(i-num), p(i), p(i+num)

# -- trajectory extening --
enable_traj_extending: true # flag of trajectory extending for ternimal yaw
enable_traj_extending: true # flag of trajectory extending for terminal yaw

# -- mpc optimization --
qp_solver_type: "osqp" # optimization solver option (unconstraint_fast or osqp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
curvature_smoothing_num_ref_steer: 15 # point-to-point index distance used in curvature calculation (for steer command reference): curvature is calculated from three points p(i-num), p(i), p(i+num)

# -- trajectory extening --
enable_traj_extending: true # flag of trajectory extending for ternimal yaw
enable_traj_extending: true # flag of trajectory extending for terminal yaw

# -- mpc optimization --
qp_solver_type: "osqp" # optimization solver option (unconstraint_fast or osqp)
Expand Down

0 comments on commit d644866

Please sign in to comment.