Skip to content

Commit

Permalink
fixed transformer in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Apr 24, 2024
1 parent f27be62 commit 7d8ba78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ void TestGeneric::initialize(void) {
// | ----------------------- transformer ---------------------- |

transformer_ = std::make_shared<mrs_lib::Transformer>(nh_, "Test");
transformer_->setDefaultPrefix(_uav_name_);
transformer_->retryLookupNewest(true);

// | ----------------------- subscribers ---------------------- |
Expand Down

0 comments on commit 7d8ba78

Please sign in to comment.