Skip to content

Commit a3c9553

Browse files
committed
print warnings about states also on activation.
1 parent cdd8add commit a3c9553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpio_controllers/src/gpio_tool_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ controller_interface::CallbackReturn GpioToolController::on_activate(
259259
const rclcpp_lifecycle::State & /*previous_state*/)
260260
{
261261
state_change_start_ = get_node()->now();
262-
check_tool_state(state_change_start_);
262+
check_tool_state(state_change_start_, true);
263263
// TODO(denis): update ros2_control and then enable this in this version the interfaces are not released when controller fails to activate
264264
// if (current_state_.empty() || current_configuration_.empty())
265265
// {

0 commit comments

Comments
 (0)