Fix includes to follow style guide in playable_bag.h (#1524)
Signed-off-by: Michael Grupp <grupp@magazino.eu>master
parent
1e1e895027
commit
d93769eee3
|
@ -16,12 +16,12 @@
|
||||||
|
|
||||||
#ifndef CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H
|
#ifndef CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H
|
||||||
#define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H
|
#define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H
|
||||||
#include <cartographer_ros_msgs/BagfileProgress.h>
|
|
||||||
#include <ros/node_handle.h>
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
|
#include "cartographer_ros_msgs/BagfileProgress.h"
|
||||||
|
#include "ros/node_handle.h"
|
||||||
#include "rosbag/bag.h"
|
#include "rosbag/bag.h"
|
||||||
#include "rosbag/view.h"
|
#include "rosbag/view.h"
|
||||||
#include "tf2_ros/buffer.h"
|
#include "tf2_ros/buffer.h"
|
||||||
|
|
Loading…
Reference in New Issue