yunzc / colorized_mesh_display

An RViz plugin for visualizing a mesh with per-vertex shading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorized Mesh Display

An RViz plugin for visualizing a mesh with per-vertex shading.

Description

This display subscribes to messages of type ColorizedMeshStamped, provided by this package. The ColorizedMesh message is similar to the shape_msgs/Mesh message but includes arrays for vertex normals and vertex colors.

Use-case Examples

Visualization of heat map data

Heat map colorized mesh

Projection of color images onto a mesh

Image projection colorized mesh

About

An RViz plugin for visualizing a mesh with per-vertex shading

License:Apache License 2.0


Languages

Language:C++ 83.0%Language:CMake 17.0%