Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
  • Loading branch information
ahcorde committed Mar 28, 2024
1 parent 2526653 commit 30a6167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gz_ros2_control/src/gz_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ bool GazeboSimSystem::initSim(
try {
this->dataPtr->position_proportional_gain_ = this->nh_->declare_parameter<double>(
"position_proportional_gain", default_gain);
} catch (rclcpp::exceptions::ParameterAlreadyDeclaredException & ex) {
} catch (rclcpp::exceptions::ParameterAlreadyDeclaredException & ex) {
this->nh_->get_parameter(
"position_proportional_gain", this->dataPtr->position_proportional_gain_);
}
Expand Down

0 comments on commit 30a6167

Please sign in to comment.