Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 6, 2023
1 parent 6aeddf9 commit 3eff3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion healthcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ int main(int argc, char *argv[]) {
rclcpp::init(argc, argv);
auto node = rclcpp::Node::make_shared("healthcheck_node");

std::cout << topic_name << std::endl;
auto sub = node->create_subscription<sensor_msgs::msg::Image>(
"zed/zed_node/rgb/image_rect_color", rclcpp::SensorDataQoS().keep_last(1), msg_callback);

Expand Down

0 comments on commit 3eff3c6

Please sign in to comment.