Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d15a97c

Browse files
pre-commit-ci[bot]VRichardJP
authored andcommittedJan 22, 2024
style(pre-commit): autofix
1 parent be88e5f commit d15a97c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ void FreespacePlannerNode::onTimer()
465465
reset_in_progress_ = false;
466466
} else {
467467
// Will keep current stop trajectory
468-
RCLCPP_WARN_THROTTLE(get_logger(), *get_clock(), 1000, "Waiting for the vehicle to stop before generating a new trajectory.");
468+
RCLCPP_WARN_THROTTLE(
469+
get_logger(), *get_clock(), 1000,
470+
"Waiting for the vehicle to stop before generating a new trajectory.");
469471
}
470472
}
471473

0 commit comments

Comments
 (0)
Please sign in to comment.