Skip to content

Commit

Permalink
misse change
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Faconti <[email protected]>
  • Loading branch information
facontidavide committed Jan 26, 2024
1 parent e9d6ae2 commit b4c418d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SpeedControllerTestFixture : public nav2_behavior_tree::BehaviorTreeTestFi
void SetUp()
{
odom_smoother_ = std::make_shared<nav2_util::OdomSmoother>(node_);
config_->blackboard->set<std::shared_ptr<nav2_util::OdomSmoother>>(
config_->blackboard->set(
"odom_smoother", odom_smoother_); // NOLINT

geometry_msgs::msg::PoseStamped goal;
Expand Down

0 comments on commit b4c418d

Please sign in to comment.