Skip to content

Commit

Permalink
fix build when RelWithDebInfo (#71)
Browse files Browse the repository at this point in the history
Not exactly sure what is going on here, but this closes #52

Detailed discussion in ros2/geometry2#639
  • Loading branch information
mikeferguson authored Dec 7, 2023
1 parent 66b3318 commit f08b884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions graceful_controller_ros/src/orientation_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#include <angles/angles.h>
#include <rclcpp/logging.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <tf2/utils.h> // getYaw
#include "graceful_controller_ros/orientation_tools.hpp"

Expand Down
1 change: 1 addition & 0 deletions graceful_controller_ros/test/orientation_tools_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*********************************************************************/

#include <gtest/gtest.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <tf2/utils.h> // getYaw
#include "graceful_controller_ros/orientation_tools.hpp"

Expand Down

0 comments on commit f08b884

Please sign in to comment.