We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e657ee8 commit c13c8c7Copy full SHA for c13c8c7
src/laser_segmentation.cpp
@@ -62,19 +62,13 @@ CallbackReturn LaserSegmentation::on_activate(const rclcpp_lifecycle::State & st
62
{
63
LifecycleNode::on_activate(state);
64
RCLCPP_INFO(this->get_logger(), "Activating the node...");
65
-
66
- segment_pub_->on_activate();
67
- segment_viz_points_pub_->on_activate();
68
return CallbackReturn::SUCCESS;
69
}
70
71
CallbackReturn LaserSegmentation::on_deactivate(const rclcpp_lifecycle::State & state)
72
73
LifecycleNode::on_deactivate(state);
74
RCLCPP_INFO(this->get_logger(), "Deactivating the node...");
75
76
- segment_pub_->on_deactivate();
77
- segment_viz_points_pub_->on_deactivate();
78
79
80
0 commit comments