Skip to content

Commit

Permalink
Include tf2_ros/buffer.h where needed
Browse files Browse the repository at this point in the history
After some cleanup in ros2/geometry2#325, the header is no longer being transitively included.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Oct 21, 2020
1 parent a1055b9 commit 4e4f54c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <message_filters/time_synchronizer.h>
#include <nav_msgs/msg/odometry.hpp>
#include <geometry_msgs/msg/accel_with_covariance_stamped.hpp>
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>

#include <memory>
Expand Down

0 comments on commit 4e4f54c

Please sign in to comment.