waypoint_nav icon indicating copy to clipboard operation
waypoint_nav copied to clipboard

undefined reference to `GeographicLib::UTMUPS::Forward(double, double, int&, bool&, double&, double&, double&, double&, int, bool)

Open sumedhreddy90 opened this issue 3 years ago • 4 comments

sumedhreddy90 avatar Dec 12 '21 05:12 sumedhreddy90

Did you fix it?

ducduyk54mta avatar Feb 19 '22 17:02 ducduyk54mta

hello! Did you fix it? I have the same problem

TYXDG avatar Apr 20 '22 13:04 TYXDG

I had fix it by editing cmake file

Vào Th 4, 20 thg 4, 2022 vào lúc 20:08 TYXDG @.***> đã viết:

hello! Did you fix it? I have the same problem

— Reply to this email directly, view it on GitHub https://github.com/nickcharron/waypoint_nav/issues/27#issuecomment-1103911901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM7ZNQ2HQWIHL33STFBLYBLVF76TPANCNFSM5J33IZTA . You are receiving this because you commented.Message ID: @.***>

ducduyk54mta avatar Apr 20 '22 16:04 ducduyk54mta

Add robot_localization into CmakeList.txt and package.xml In CmakeList.txt ---> find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs tf roslib roslaunch robot_localization ) In package.xml --> <build_depend>robot_localization</build_depend>

debanik123 avatar May 20 '22 21:05 debanik123