mesh_tools icon indicating copy to clipboard operation
mesh_tools copied to clipboard

Results 12 mesh_tools issues
Sort by recently updated
recently updated
newest added

I am having the warnings from RVIZ: `[ WARN] [1659937631.907037001]: Can't load image into texture material, material does not exist! ` Do you have an idea where the problem could...

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...

Your rosdep keys appear to not work on noetic. unless I'm missing something. An attempt to install mesh-tools with the command: sudo apt install ros-noetic-mesh-tools also returned the result ```...

bug

This is a follow-up of PR #34 . It was not able to visualize a mesh geometry from topic because my publisher had not the same QoS configuration than the...

Hello, I highly appreciate your work. While replicating your work, I encountered the following issues: Fatal error: mesh_msgs/GetUUID.h: No such file or directory Fatal error: mesh_msgs/TriangleIndices.h: No such file or...

The [current Github workflows](https://github.com/naturerobots/mesh_tools/tree/master/.github/workflows) run for all branches. Since the workflows are for ROS1 `melodic` and `noetic`, they fail when running with the new `humble` branch. I propose to change...

Hi, thanks for your great work. I've already used MeshGeometry(Stamped) to show mesh in rviz. It's perrfect. However, I encountered difficulties when using Texture. Can you provide some examples to...

Hi, thanks your great work. I am using mesh_tools for visualization. According to the document: MeshGeometry (Stamped) Defines the geometric structure of a triangle mesh with 1.) an array of...

Got this building on Ubuntu 23.04 with these changes along with https://github.com/uos/lvr2/pull/15 The include Ogre.h may work on earlier Ogre versions, `class_list_macros.hpp` definitely works for several older versions of ros....