We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7d902 commit 9327142Copy full SHA for 9327142
kinematics_interface/include/kinematics_interface/kinematics_interface.hpp
@@ -18,14 +18,13 @@
18
#ifndef KINEMATICS_INTERFACE__KINEMATICS_INTERFACE_HPP_
19
#define KINEMATICS_INTERFACE__KINEMATICS_INTERFACE_HPP_
20
21
-#include <Eigen/Core>
22
-#include <Eigen/Geometry>
23
-#include <Eigen/LU>
24
-
25
#include <memory>
26
#include <string>
27
#include <vector>
28
+#include "eigen3/Eigen/Core"
+#include "eigen3/Eigen/Geometry"
+#include "eigen3/Eigen/LU"
29
#include "rclcpp/logging.hpp"
30
#include "rclcpp/node_interfaces/node_parameters_interface.hpp"
31
0 commit comments