Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Apr 9, 2024
1 parent 75d7b20 commit 769a0af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,8 @@ void BehaviorPathPlannerNode::onOperationMode(const OperationModeState::ConstSha
void BehaviorPathPlannerNode::on_external_velocity_limiter(
const tier4_planning_msgs::msg::VelocityLimit::ConstSharedPtr msg)
{
// Note: Using this parameter during path planning might cause unexpected deceleration or jerk.
// Therefore, do not use it for anything other than safety checks.
if (!msg) {
return;
}
Expand Down

0 comments on commit 769a0af

Please sign in to comment.