Skip to content

Commit

Permalink
microros no namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jan 23, 2024
1 parent f9a21c6 commit 79e2508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions husarion_utils/healthcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ class HealthCheckNode : public rclcpp::Node {
std::placeholders::_1));

sub_ekf_ = create_subscription<nav_msgs::msg::Odometry>(
"odometry/filtered", rclcpp::SystemDefaultsQoS().keep_last(1),
"/odometry/filtered", rclcpp::SystemDefaultsQoS().keep_last(1),
std::bind(&HealthCheckNode::ekfCallback, this, std::placeholders::_1));

sub_imu_ = create_subscription<sensor_msgs::msg::Imu>(
"imu_broadcaster/imu",
"/imu_broadcaster/imu",
rclcpp::SystemDefaultsQoS().keep_last(1).transient_local(),
std::bind(&HealthCheckNode::imuCallback, this, std::placeholders::_1));

Expand Down

0 comments on commit 79e2508

Please sign in to comment.