Skip to content

Commit e10d6fa

Browse files
authored
Update deprecation notice for FieldOperatorApplication::plan
1 parent ece0e1e commit e10d6fa

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 20250602). It will be deleted "
167-
"after a half-year transition period (~20251202). Please use other overloads instead.")]] auto
166+
"This function was deprecated since version 16.5.0 (released on 20250603). It will be deleted "
167+
"after a half-year transition period (~20251203). 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)