You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking Error:
rviz_mesh_display/src/mesh_display_custom.cpp:125:85: error: ‘class rviz::DisplayContext’ has no member named ‘getTFClient’
caminfo_tf_filter_ = new tf::MessageFilter<sensor_msgs::CameraInfo>( *context_->getTFClient(), fixed_frame_.toStdString(),
System:
ros/noetic
ubuntu 20.04
Linking Error:
rviz_mesh_display/src/mesh_display_custom.cpp:125:85: error: ‘class rviz::DisplayContext’ has no member named ‘getTFClient’
caminfo_tf_filter_ = new tf::MessageFilter<sensor_msgs::CameraInfo>( *context_->getTFClient(), fixed_frame_.toStdString(),
this function exists in Melodic, but not Noetic. Wondering if you have updated code for noetic or suggested fix: https://docs.ros.org/en/noetic/api/rviz/html/c++/classrviz_1_1DisplayContext.html
The text was updated successfully, but these errors were encountered: