Skip to content

Commit 067fa7a

Browse files
author
Ryohei Sasaki
committed
[fix]fix param setting
1 parent 50bada0 commit 067fa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eagleye_util/fix2pose/src/fix2pose.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ int main(int argc, char** argv)
281281
}
282282
else if(geoid_type == 2)
283283
{
284-
height_converter_.setGeoidType(llh_converter::GeoidType::GSIGEO2024);
284+
_llh_param.geoid_type = llh_converter::GeoidType::GSIGEO2024;
285285
}
286286
else
287287
{

0 commit comments

Comments
 (0)