Skip to content

Commit f08b884

Browse files
authored
fix build when RelWithDebInfo (#71)
Not exactly sure what is going on here, but this closes #52 Detailed discussion in ros2/geometry2#639
1 parent 66b3318 commit f08b884

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graceful_controller_ros/src/orientation_tools.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
#include <angles/angles.h>
4040
#include <rclcpp/logging.hpp>
41+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
4142
#include <tf2/utils.h> // getYaw
4243
#include "graceful_controller_ros/orientation_tools.hpp"
4344

graceful_controller_ros/test/orientation_tools_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
*********************************************************************/
3838

3939
#include <gtest/gtest.h>
40+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
4041
#include <tf2/utils.h> // getYaw
4142
#include "graceful_controller_ros/orientation_tools.hpp"
4243

0 commit comments

Comments
 (0)