Skip to content

Commit

Permalink
fix(reaction_analyzer): fix include hierarchy of tf2_eigen (autowaref…
Browse files Browse the repository at this point in the history
…oundation#8663)

Fixed include hierarchy of tf2_eigen

Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
  • Loading branch information
SakodaShintaro authored and hayato-m126 committed Sep 5, 2024
1 parent c0644c3 commit 515d8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/reaction_analyzer/include/subscriber.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define SUBSCRIBER_HPP_
#include <autoware/motion_utils/trajectory/trajectory.hpp>
#include <rclcpp/rclcpp.hpp>
#include <tf2_eigen/tf2_eigen/tf2_eigen.hpp>
#include <tf2_eigen/tf2_eigen.hpp>
#include <utils.hpp>

#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
Expand Down
2 changes: 1 addition & 1 deletion tools/reaction_analyzer/include/topic_publisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <rclcpp/rclcpp.hpp>
#include <rosbag2_cpp/reader.hpp>
#include <tf2_eigen/tf2_eigen/tf2_eigen.hpp>
#include <tf2_eigen/tf2_eigen.hpp>
#include <utils.hpp>

#include <autoware_vehicle_msgs/msg/control_mode_report.hpp>
Expand Down

0 comments on commit 515d8f2

Please sign in to comment.