Skip to content

Commit

Permalink
CLANG FORMAT IS CRACCCCCCKKKKKKED bro :))))))))))))
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Sep 15, 2024
1 parent f5d09a3 commit 6241883
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions perception/point.hpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#pragma once

#include "sensor_msgs/image_encodings.hpp"
#include "sensor_msgs/msg/image.hpp"
#include <cstdint>
#include <sensor_msgs/msg/imu.hpp>
#include <sensor_msgs/msg/magnetic_field.hpp>
#include <sensor_msgs/distortion_models.hpp>
#include <sensor_msgs/image_encodings.hpp>
#include <sensor_msgs/msg/image.hpp>
#include <sensor_msgs/msg/camera_info.hpp>
#include <sensor_msgs/distortion_models.hpp>
#include <sensor_msgs/msg/image.hpp>
#include <sensor_msgs/msg/imu.hpp>
#include <sensor_msgs/msg/magnetic_field.hpp>
#include <sensor_msgs/msg/point_cloud2.hpp>
#include <sensor_msgs/point_cloud2_iterator.hpp>
#include "sensor_msgs/msg/image.hpp"
#include "sensor_msgs/image_encodings.hpp"

namespace mrover {

Expand All @@ -21,7 +21,7 @@ namespace mrover {
*/
struct Point {
float x, y, z;
std::uint8_t b, g, r, a;
std::uint8_t b, g, r, a;
float normal_x, normal_y, normal_z;
float curvature;
} __attribute__((packed));
Expand Down

0 comments on commit 6241883

Please sign in to comment.