Skip to content

Commit 4ad9d12

Browse files
committed
Update deprecation notice for FieldOperatorApplication::plan
1 parent 57dec74 commit 4ad9d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/concealer/include/concealer/field_operator_application.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ struct FieldOperatorApplication : public rclcpp::Node
163163
auto initialize(const geometry_msgs::msg::Pose &) -> void;
164164

165165
[[deprecated(
166-
"This function was deprecated since version 16.5.0 (released on 20250530). It will be deleted "
167-
"after a half-year transition period (~20251130). Please use other overloads instead.")]] auto
166+
"This function was deprecated since version 16.5.0 (released on 20250602). It will be deleted "
167+
"after a half-year transition period (~20251202). Please use other overloads instead.")]] auto
168168
plan(const std::vector<geometry_msgs::msg::PoseStamped> &, const bool) -> void;
169169

170170
#if __has_include(<autoware_adapi_v1_msgs/msg/route_option.hpp>)

0 commit comments

Comments
 (0)