Skip to content

Commit eb27925

Browse files
committed
fix(external_velocity_limit_selector): fix parameter name (autowarefoundation#6415)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 74a463d commit eb27925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/external_velocity_limit_selector/src/external_velocity_limit_selector_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ExternalVelocityLimitSelectorNode::ExternalVelocityLimitSelectorNode(
112112
// Params
113113
{
114114
auto & p = node_param_;
115-
p.max_velocity = this->declare_parameter<double>("max_velocity");
115+
p.max_velocity = this->declare_parameter<double>("max_vel");
116116
p.normal_min_acc = this->declare_parameter<double>("normal.min_acc");
117117
p.normal_max_acc = this->declare_parameter<double>("normal.max_acc");
118118
p.normal_min_jerk = this->declare_parameter<double>("normal.min_jerk");

0 commit comments

Comments
 (0)