Fixing humble build
This commit is contained in:
parent
9cb2d09a32
commit
f985fa4ff5
@ -31,7 +31,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <tf2/LinearMath/Quaternion.h>
|
||||
#include <tf2/LinearMath/Vector3.h>
|
||||
#include <tf2/LinearMath/Matrix3x3.h>
|
||||
#ifdef PRE_ROS_HUMBLE
|
||||
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
|
||||
#else
|
||||
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
|
||||
#endif
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user