mjeronimo / rviz_embed_test

An example to demonstrate a stand-alone rviz rendering window
13 stars 3 forks source link

HUD Overlay does not work #1

Open mazdak1987 opened 2 years ago

mazdak1987 commented 2 years ago

Hi,

Before when using librviz to embed RenderPanel in an application, it was possible to add HUD overlay text on it. Now I tried to add a HUD overlay text here also (for both Foxy and Galactic), but it does not show any text. Do you think that there might be some issue with the way is used here to embed RenderPanel? or there is an issue in RVIZ2 itself?

I forked this and I just added the overlay code to MyViz::initializeRViz(). It compiles but no text showing.

Doing the same on librviz, it worked and showed the text.