You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/include/overlay_utils.hpp
+2-10
Original file line number
Diff line number
Diff line change
@@ -87,17 +87,9 @@ class ScopedPixelBuffer
87
87
Ogre::HardwarePixelBufferSharedPtr pixel_buffer_;
88
88
};
89
89
90
-
enumclassVerticalAlignment : uint8_t {
91
-
CENTER,
92
-
TOP,
93
-
BOTTOM
94
-
};
90
+
enumclassVerticalAlignment : uint8_t { CENTER, TOP, BOTTOM };
95
91
96
-
enumclassHorizontalAlignment : uint8_t {
97
-
LEFT,
98
-
RIGHT,
99
-
CENTER
100
-
};
92
+
enumclassHorizontalAlignment : uint8_t { LEFT, RIGHT, CENTER };
101
93
102
94
/**
103
95
* Helper class for realizing an overlay object on top of the rviz 3D panel.
0 commit comments