Skip to content

Commit

Permalink
Remove obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Jun 15, 2023
1 parent 3fa2570 commit 32fac39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware_interface/src/mock_components/generic_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ CallbackReturn GenericSystem::on_init(const hardware_interface::HardwareInfo & i
}

// check if there is parameter that enables dynamic calculation
// this way we simulate disconnected driver
it = info_.hardware_parameters.find("calculate_dynamics");
if (it != info.hardware_parameters.end())
{
Expand Down

0 comments on commit 32fac39

Please sign in to comment.