Skip to content

Commit

Permalink
add missing 'functional' header
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed May 31, 2024
1 parent 9d6b4e8 commit b453a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pose_estimation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <apriltag/apriltag.h>
#include <geometry_msgs/msg/transform_stamped.hpp>
#include <unordered_map>
#include <functional>


typedef std::function<geometry_msgs::msg::Transform(apriltag_detection_t* const, const std::array<double, 4>&, const double&)> pose_estimation_f;
Expand Down

0 comments on commit b453a01

Please sign in to comment.