Skip to content

Commit

Permalink
fix: modify the typo
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Kubota <[email protected]>
  • Loading branch information
masahiro-kubota committed Jul 17, 2024
1 parent c86647b commit d5abe38
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ void TrajectoryPlannerNode::on_timer()
}

void TrajectoryPlannerNode::create_trajectory() // called by on_timer()
// state lattice planner
// create trajectory library
std::vector<Trajectory> trajectory_set = create_trajectory_set();
{
// state lattice planner
// create trajectory library
std::vector<Trajectory> trajectory_set = create_trajectory_set();

// create costmap
costmap_ = create_costmap();

Expand Down

0 comments on commit d5abe38

Please sign in to comment.