Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jan 20, 2022
1 parent 465afaa commit cc41cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/obstacle_stop_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ void ObstacleStopPlannerNode::obstaclePointcloudCallback(
void ObstacleStopPlannerNode::pathCallback(const Trajectory::ConstSharedPtr input_msg)
{
mutex_.lock();
// NOTE: these vairables must not be referenced for multithreading
// NOTE: these variables must not be referenced for multithreading
const auto vehicle_info = vehicle_info_;
const auto stop_param = stop_param_;
const double current_acc = current_acc_;
Expand Down

0 comments on commit cc41cba

Please sign in to comment.