waypoint_nav
waypoint_nav copied to clipboard
undefined reference to `GeographicLib::UTMUPS::Forward(double, double, int&, bool&, double&, double&, double&, double&, int, bool)
Did you fix it?
hello! Did you fix it? I have the same problem
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: @.***>
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>