-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: no matching function for call to 'tf2_ros::Buffer::lookupTransform' #34
Comments
Hi, @jameslele Have you installed tf2_ros? You can type |
Hello, I am obtaining following error i have ros-dashing ubuntu18.04 in Roscube-X. I have installed ros-dashing-tf2-ros.
|
I have the same question.How do you solve it? |
I got a problem when i run colcon build
System: Ubuntu 18
~/dev_ws$ colcon build --symlink-install
Starting >>> darknet_ros_msgs
Starting >>> gb_visual_detection_3d_msgs
Finished <<< gb_visual_detection_3d_msgs [0.40s]
Finished <<< darknet_ros_msgs [0.45s]
Starting >>> darknet_ros
Starting >>> darknet_ros_3d
--- stderr: darknet_ros_3d
/home/jiale/dev_ws/src/gb_visual_detection_3d/darknet_ros_3d/src/darknet_ros_3d/Darknet3D.cpp: In member function ‘void darknet_ros_3d::Darknet3D::update()’:
/home/jiale/dev_ws/src/gb_visual_detection_3d/darknet_ros_3d/src/darknet_ros_3d/Darknet3D.cpp:216:61: error: no matching function for call to ‘tf2_ros::Buffer::lookupTransform(std::_cxx11::string&, std_msgs::msg::Header<std::allocator >::frame_id_type&, std_msgs::msg::Header<std::allocator >::stamp_type&, tf2::Duration)’
point_cloud.header.stamp, tf2::durationFromSec(2.0));
The text was updated successfully, but these errors were encountered: