Skip to content

Commit

Permalink
Remove obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Jun 26, 2023
1 parent b531af5 commit 81a351a
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 81a351a

Please sign in to comment.