Skip to content

Commit

Permalink
Removed warning from geometry2 header
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored and vooon committed Feb 9, 2024
1 parent 2e20c1c commit 227bb05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mavros/src/lib/uas_tf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <vector>

#include "mavros/mavros_uas.hpp"
#include "tf2_eigen/tf2_eigen.h"
#include "tf2_eigen/tf2_eigen.hpp"

using namespace mavros::uas; // NOLINT

Expand Down
2 changes: 1 addition & 1 deletion mavros/src/plugins/global_position.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include <angles/angles.h>
#include <tf2_eigen/tf2_eigen.h>
#include <tf2_eigen/tf2_eigen.hpp>

#include <string>
#include <GeographicLib/Geocentric.hpp> // NOLINT
Expand Down
2 changes: 1 addition & 1 deletion mavros/src/plugins/home_position.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @{
*/

#include <tf2_eigen/tf2_eigen.h>
#include <tf2_eigen/tf2_eigen.hpp>

#include <memory>

Expand Down
2 changes: 1 addition & 1 deletion mavros/src/plugins/imu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @{
*/

#include <tf2_eigen/tf2_eigen.h>
#include <tf2_eigen/tf2_eigen.hpp>

#include <cmath>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion mavros/src/plugins/local_position.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @{
*/

#include <tf2_eigen/tf2_eigen.h>
#include <tf2_eigen/tf2_eigen.hpp>

#include <string>

Expand Down

0 comments on commit 227bb05

Please sign in to comment.