Skip to content
Snippets Groups Projects
Unverified Commit 4da138a6 authored by Steven Macenski's avatar Steven Macenski Committed by GitHub
Browse files

Removing deprecation warning

parent 886e3e1a
No related branches found
No related tags found
No related merge requests found
......@@ -233,8 +233,6 @@ BtNavigator::initializeGoalPose()
void
BtNavigator::onGoalPoseReceived(const geometry_msgs::msg::PoseStamped::SharedPtr pose)
{
RCLCPP_WARN(get_logger(), "Depreciation: Topic based navigation will "
"not be available in future releases.");
nav2_msgs::action::NavigateToPose::Goal goal;
goal.pose = *pose;
self_client_->async_send_goal(goal);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment