naturerobots / mesh_tools

Tools and Messages for Annotated 3D Triangle Meshes in ROS
https://wiki.ros.org/mesh_tools
BSD 3-Clause "New" or "Revised" License
228 stars 42 forks source link

Plugin Error in RVIZ #16

Open hichamhendy opened 2 years ago

hichamhendy commented 2 years ago

I am getting the following error by adding the plugin in RVIZ

[ERROR] [1659346788.464576399]: PluginlibFactory: The plugin for class 'rviz_map_plugin/Mesh' failed to load. Error: Failed to load library /home/rnd/catkin_ws/devel/lib//librviz_map_plugin.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = /home/rnd/catkin_ws/devel/lib/libhdf5_map_io.so: undefined symbol: _ZN3MPI3Win4FreeEv)

Anyone has an idea??

JinXJinLeX commented 4 months ago

I have same problem , also want so ask how to solve?