Skip to content

Commit

Permalink
Remove cras expected.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
john-maidbot committed Aug 12, 2023
1 parent 581fade commit b6b34b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/point_cloud_transport/simple_publisher_plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class SimplePublisherPlugin : public point_cloud_transport::PublisherPlugin
}

void setParamCallback(
rclcpp::node_interfaces::NodeParametersInterface::OnParametersSetCallbackType
rclcpp::node_interfaces::NodeParametersInterface::OnSetParameterCallbackType
param_change_callback)
{
if (simple_impl_) {
Expand Down
2 changes: 1 addition & 1 deletion include/point_cloud_transport/simple_subscriber_plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class SimpleSubscriberPlugin : public SubscriberPlugin
}

void setParamCallback(
rclcpp::node_interfaces::NodeParametersInterface::OnParametersSetCallbackType
rclcpp::node_interfaces::NodeParametersInterface::OnSetParametersCallbackType
param_change_callback)
{
if (impl_) {
Expand Down

0 comments on commit b6b34b9

Please sign in to comment.