Skip to content

Commit

Permalink
Update initial_value parameters of generic_system tests (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-sanjeeev authored Dec 17, 2024
1 parent f5196ab commit d7fcbca
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 81 deletions.
4 changes: 0 additions & 4 deletions hardware_interface/src/mock_components/generic_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,6 @@ void GenericSystem::initialize_storage_vectors(
states[index][i] = hardware_interface::stod(it2->second);
print_hint = true;
}
else
{
print_hint = true;
}
}
}
}
Expand Down
Loading

0 comments on commit d7fcbca

Please sign in to comment.