Update clang-format to new Google style. (#1260)
Apparently the format bot uses a bleeding edge clang-format that uses
the new Google style and reformats a bunch of files in every PR. This is
an empty commit to trigger this in a separate commit.
See 62e3198c4f
master
parent
7e4af360e8
commit
b28ffea97f
|
@ -14,11 +14,12 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "cartographer_ros/msg_conversion.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <random>
|
||||
|
||||
#include "cartographer/transform/rigid_transform_test_helpers.h"
|
||||
#include "cartographer_ros/msg_conversion.h"
|
||||
#include "cartographer_ros/time_conversion.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <sys/resource.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
#include "absl/strings/str_split.h"
|
||||
|
|
|
@ -16,11 +16,12 @@
|
|||
|
||||
#ifndef 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 <queue>
|
||||
|
||||
#include <cartographer_ros_msgs/BagfileProgress.h>
|
||||
#include <ros/node_handle.h>
|
||||
#include "rosbag/bag.h"
|
||||
#include "rosbag/view.h"
|
||||
#include "tf2_ros/buffer.h"
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "absl/memory/memory.h"
|
||||
|
||||
#include "cartographer_ros/msg_conversion.h"
|
||||
#include "cartographer_ros/tf_bridge.h"
|
||||
|
||||
#include "absl/memory/memory.h"
|
||||
#include "cartographer_ros/msg_conversion.h"
|
||||
|
||||
namespace cartographer_ros {
|
||||
|
||||
TfBridge::TfBridge(const std::string& tracking_frame,
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
#include <memory>
|
||||
|
||||
#include "cartographer/transform/rigid_transform.h"
|
||||
#include "tf2_ros/buffer.h"
|
||||
|
||||
#include "cartographer_ros/time_conversion.h"
|
||||
#include "tf2_ros/buffer.h"
|
||||
|
||||
namespace cartographer_ros {
|
||||
|
||||
|
|
Loading…
Reference in New Issue