Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize antiwindup variable properly (backport #326) #328

Merged
merged 1 commit into from
May 17, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 17, 2024

/workspaces/ros2_baustelle_ws/src/ros-controls/gazebo_ros2_control/gazebo_ros2_control/src/gazebo_system.cpp: In member function ‘control_toolbox::Pid gazebo_ros2_control::GazeboSystem::extractPID(std::string, hardware_interface::ComponentInfo)’:
/workspaces/ros2_baustelle_ws/src/ros-controls/gazebo_ros2_control/gazebo_ros2_control/src/gazebo_system.cpp:231:93: warning: ‘antiwindup’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  231 |   return control_toolbox::Pid(kp, ki, kd, max_integral_error, min_integral_error, antiwindup);
      |                                                                                             ^
```<hr>This is an automatic backport of pull request #326 done by [Mergify](https://mergify.com).

@ahcorde ahcorde merged commit 522a3a9 into iron May 17, 2024
5 checks passed
@ahcorde ahcorde deleted the mergify/bp/iron/pr-326 branch May 17, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants