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
Hi, thank you for building this amazing package for mesh navigation. I am working on a project with point cloud data and was trying to use this package for building path planning algorithms. While running the pluto-robot examples, the textured mesh fails to load and throws an error. I installed the mesh_navigation package through the official ros package list and built the pluto_robot from source as provided in the repository. Also, I installed the uos_common_urdf and the robot_pose_ekf package from the ros package list as they were the dependency error thrown by gazebo while first launching the launch files.
While running this, the robot model is represented but the textured mesh is not being loaded.
The error in RViz is:
TexturedMesh
The class required for this display, 'rviz_map_plugin/Mesh', could not be loaded.
Error:
Failed to load library /opt/ros/melodic/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 = /opt/ros/melodic/lib/libhdf5_map_io.so: undefined symbol: _ZN3MPI8Datatype4FreeEv)
Really hoping to receive some help regarding this.
Thank you
The text was updated successfully, but these errors were encountered:
spuetz
changed the title
Unable to run pluto-navigation messages
MeshTools RViz plugin changed
Oct 18, 2021
We have just released a new version of lvr2. This is a requirement for lvr2 to be installed as a dependency of MeshTools under Noetic. As soon as the lvr2 version is moved from the testing release repository to the official repositories, we will release the mesh_tools package in a new version that solves the problem.
Until then, however, all components can be built from source.
@spuetz
Thank you for your response. We built it from source and its working properly. We generated our customized mesh using lvr2_reconstruct and converted it to h5 using lvr2_hdf5_mesh_tool. The mesh loads correctly to RViz but for some reason the vertex costs are not visible for any layer(height diff, inflation, roughness). Would really appreciate your help with solving this issue.
Hi, thank you for building this amazing package for mesh navigation. I am working on a project with point cloud data and was trying to use this package for building path planning algorithms. While running the pluto-robot examples, the textured mesh fails to load and throws an error. I installed the mesh_navigation package through the official ros package list and built the pluto_robot from source as provided in the repository. Also, I installed the
uos_common_urdf
and therobot_pose_ekf
package from the ros package list as they were the dependency error thrown by gazebo while first launching the launch files.Steps Followed:
While running this, the robot model is represented but the textured mesh is not being loaded.
The error in RViz is:
Really hoping to receive some help regarding this.
Thank you
The text was updated successfully, but these errors were encountered: