Skip to content

Commit e5ea100

Browse files
authoredMar 28, 2024
Fix geoconversions (#60)
1 parent 7cd8387 commit e5ea100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎terrain_navigation_ros/include/terrain_navigation_ros/geo_conversions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class GeoConversions {
7575
194.56 * std::pow(lon_aux, 2) * lat_aux + 119.79 * std::pow(lat_aux, 3);
7676
x = N - 1000000.00;
7777

78-
h = alt - 49.55 + 2.73 * lon_aux + 6.84 * lat_aux;
78+
h = alt - 49.55 + 2.73 * lon_aux + 6.94 * lat_aux;
7979
};
8080

8181
/**

0 commit comments

Comments
 (0)