Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.m.minoda@gmail.com>
  • Loading branch information
pre-commit-ci[bot] authored and kminoda committed Jun 7, 2022
1 parent a2139ac commit 4b4bfa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class EKFLocalizer : public rclcpp::Node
};

/* for model prediction */
std::deque<TwistInfo> current_twist_info_deque_; //!< @brief current measured pose
std::deque<TwistInfo> current_twist_info_deque_; //!< @brief current measured pose
std::deque<PoseInfo> current_pose_info_deque_; //!< @brief current measured pose
geometry_msgs::msg::PoseStamped current_ekf_pose_; //!< @brief current estimated pose
geometry_msgs::msg::PoseStamped
Expand Down

0 comments on commit 4b4bfa1

Please sign in to comment.