Skip to content
Snippets Groups Projects
Commit 110f8e46 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] remove TODO

parent f322033a
No related branches found
No related tags found
2 merge requests!466devel->main,!455Resolve "Implement processor bootstrapping"
Pipeline #11778 skipped
...@@ -1263,7 +1263,6 @@ void Problem::transform(const VectorComposite& _transformation) ...@@ -1263,7 +1263,6 @@ void Problem::transform(const VectorComposite& _transformation)
transformation_ = _transformation; transformation_ = _transformation;
transformed_.store(true); transformed_.store(true);
// TODO: uncomment all calls to transform() below:
// Sensors // Sensors
for (auto S : getHardware()->getSensorList()) for (auto S : getHardware()->getSensorList())
S->transform(_transformation); S->transform(_transformation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment