Skip to content

Commit

Permalink
Update rosbag2_transport/src/rosbag2_transport/recorder.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roncagliolo <[email protected]>
  • Loading branch information
roncapat authored Jan 27, 2025
1 parent ceda6ae commit a02f5e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rosbag2_transport/src/rosbag2_transport/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,11 @@ void RecorderImpl::warn_if_new_qos_for_subscribed_topic(const std::string & topi
// Recorder public interface

Recorder::Recorder(const rclcpp::NodeOptions & node_options)
: Recorder("rosbag2_recorder", node_options) {
: Recorder("rosbag2_recorder", node_options)
{
RCLCPP_WARN(this->get_logger(),
"The rosbag2_transport::Recorder composable node is deprecated."
" Please use rosbag2::Recorder instead");
"The rosbag2_transport::Recorder composable node is deprecated."
" Please use rosbag2::Recorder instead");
}

Recorder::Recorder(
Expand Down

0 comments on commit a02f5e2

Please sign in to comment.