-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Hi,
This error shows up when I`m trying to compile this workspace following the README Instructions.
This is the error that shows up when im trying to compile this workspace using;
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
ERROR:
--- stderr: ur_calibration
/usr/bin/ld: /home/marioest/workspace/ros_ur_driver/install/ur_robot_driver/lib/libur_robot_driver_plugin.so: undefined reference to `urcl::UrDriver::UrDriver(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, std::function<void (bool)>, bool, std::unique_ptr<urcl::ToolCommSetup, std::default_deleteurcl::ToolCommSetup >, unsigned int, unsigned int, int, double, bool, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, unsigned int)'
collect2: error: ld returned 1 exit status
I`m using:
Ubuntu 22.04
ROS2 Humble
The objetive is do a pick and place planning using UR and ROS2.
Thanks in advance