Skip to content

Commit a5ccd54

Browse files
committed
clang
1 parent 5010298 commit a5ccd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ground_station/src/navigation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Navigation {
113113
return elevation;
114114
}
115115

116-
inline float computeBearing() { return (azimuth - PI_F / 2) / (2 * PI_F / 360); }
116+
inline float computeBearing() const { return (azimuth - PI_F / 2) / (2 * PI_F / 360); }
117117

118118
struct mag_calibration_t {
119119
float offset[3];

0 commit comments

Comments
 (0)