Skip to content

Commit

Permalink
Humble support
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 7, 2023
1 parent 737f082 commit 626b2fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ros2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
include:
- docker-image: "ubuntu:22.04"
ros-distro: "rolling"
ros-distro: "humble"
container:
image: ${{ matrix.docker-image }}
steps:
Expand Down
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::OnSetParametersCallbackType
rclcpp::node_interfaces::NodeParametersInterface::OnParametersSetCallbackType
param_change_callback)
{
if (simple_impl_) {
Expand Down
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::OnSetParametersCallbackType
rclcpp::node_interfaces::NodeParametersInterface::OnParametersSetCallbackType
param_change_callback)
{
if (impl_) {
Expand Down

0 comments on commit 626b2fa

Please sign in to comment.