We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd8add commit a3c9553Copy full SHA for a3c9553
gpio_controllers/src/gpio_tool_controller.cpp
@@ -259,7 +259,7 @@ controller_interface::CallbackReturn GpioToolController::on_activate(
259
const rclcpp_lifecycle::State & /*previous_state*/)
260
{
261
state_change_start_ = get_node()->now();
262
- check_tool_state(state_change_start_);
+ check_tool_state(state_change_start_, true);
263
// TODO(denis): update ros2_control and then enable this in this version the interfaces are not released when controller fails to activate
264
// if (current_state_.empty() || current_configuration_.empty())
265
// {
0 commit comments