Skip to content

Commit

Permalink
remove broadcaster declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Jul 11, 2023
1 parent 0cd699d commit afeb378
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class EKFLocalizer: public carma_ros2_utils::CarmaLifecycleNode
rclcpp::Subscription<geometry_msgs::msg::TwistStamped>::SharedPtr sub_twist_; //!< @brief measurement twist subscriber

rclcpp::TimerBase::SharedPtr timer_control_; //!< @brief time for ekf calculation callback
// tf2_ros::TransformBroadcaster tf_br_; //!< @brief tf broadcaster

TimeDelayKalmanFilter ekf_; //!< @brief extended kalman filter instance.

Expand Down

0 comments on commit afeb378

Please sign in to comment.