Skip to content
Snippets Groups Projects
Commit a5048983 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Improve includes

parent 879ac2a9
No related branches found
No related tags found
1 merge request!5After cmake and const refactor
......@@ -19,15 +19,15 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
//--------LICENSE_END--------
#include "../include/subscriber_imu.h"
#include "imu/capture/capture_imu.h"
#include "imu/sensor/sensor_imu.h"
#include "imu/sensor/sensor_imu2d.h"
#include "subscriber_imu.h"
#include <imu/capture/capture_imu.h>
#include <imu/sensor/sensor_imu.h>
#include <imu/sensor/sensor_imu2d.h>
#include <geometry_msgs/Vector3.h>
#include <geometry_msgs/Vector3Stamped.h>
#include <geometry_msgs/PoseStamped.h>
#include "core/math/SE3.h"
#include "core/math/SE2.h"
#include <core/math/SE3.h>
#include <core/math/SE2.h>
using namespace wolf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment