Skip to content

Commit

Permalink
Use non deprecated API (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Jul 8, 2024
1 parent 18f406e commit 2cd6ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive_marker_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void InteractiveMarkerClient::connect(const std::string & topic_namespace)
graph_interface_,
services_interface_,
topic_namespace_ + "/get_interactive_markers",
rmw_qos_profile_services_default,
rclcpp::ServicesQoS(),
nullptr);

feedback_pub_ = rclcpp::create_publisher<visualization_msgs::msg::InteractiveMarkerFeedback>(
Expand Down

0 comments on commit 2cd6ff1

Please sign in to comment.