Skip to content

Commit

Permalink
Update src/systems/wheel_slip/WheelSlip.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Kimberly N. McGuire <[email protected]>
  • Loading branch information
knmcguire and scpeters authored Nov 25, 2024
1 parent b588acf commit 588482d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/systems/wheel_slip/WheelSlip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ void WheelSlipPrivate::Update(EntityComponentManager &_ecm)
// Here the scoped name starts with "wheel_slip."
// In `ConfigureParameters()` that doesn't happen!
auto paramName = std::string("systems.") + scopedName;
//transport::parameters::ParameterResult value;
msgs::WheelSlipParametersCmd msg;

auto result = this->registry->Parameter(paramName, msg);
Expand Down

0 comments on commit 588482d

Please sign in to comment.