Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSandrini committed Jun 12, 2024
1 parent ecf6895 commit 28f06dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FilterEntityKf : public BT::ActionNodeBase
std::string frame_;
double lambda_;
bool state_obs_initialized_ = false;
bool update_dt_ = false
bool update_dt_ = false;

std::unique_ptr<tf2_ros::Buffer> tf_buffer_;
std::shared_ptr<tf2_ros::TransformListener> tf_listener_;
Expand Down

0 comments on commit 28f06dd

Please sign in to comment.