Skip to content

Commit 07da44c

Browse files
authored
Fix typo in warning message (#141)
1 parent d36aef7 commit 07da44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moveit_visual_tools.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ void MoveItVisualTools::loadTrajectoryPub(const std::string& display_planned_pat
351351
}
352352
else
353353
{
354-
RCLCPP_WARN_STREAM(LOGGER, "Cannot subsribe to display trajectory topic: " << display_planned_path_topic);
354+
RCLCPP_WARN_STREAM(LOGGER, "Cannot subscribe to display trajectory topic: " << display_planned_path_topic);
355355
}
356356
}
357357
}

0 commit comments

Comments
 (0)