File tree Expand file tree Collapse file tree
easynav_gridmap_maps_builder/src/easynav_gridmap_maps_builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,12 +61,6 @@ GridmapMapsBuilderNode::~GridmapMapsBuilderNode()
6161 if (get_current_state ().id () != lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE) {
6262 trigger_transition (lifecycle_msgs::msg::Transition::TRANSITION_ACTIVE_SHUTDOWN);
6363 }
64- // if (get_current_state().id() != lifecycle_msgs::msg::State::PRIMARY_STATE_INACTIVE) {
65- // trigger_transition(lifecycle_msgs::msg::Transition::TRANSITION_INACTIVE_SHUTDOWN);
66- // }
67- // if (get_current_state().id() != lifecycle_msgs::msg::State::PRIMARY_STATE_UNCONFIGURED) {
68- // trigger_transition(lifecycle_msgs::msg::Transition::TRANSITION_UNCONFIGURED_SHUTDOWN);
69- // }
7064}
7165
7266using CallbackReturnT = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;
You can’t perform that action at this time.
0 commit comments