We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aacb79 commit af5f75dCopy full SHA for af5f75d
rviz_default_plugins/src/rviz_default_plugins/displays/marker/markers/text_view_facing_marker.cpp
@@ -84,6 +84,9 @@ void TextViewFacingMarker::onNewMessage(
84
scene_node_->setVisible(true);
85
86
setPosition(pos);
87
+ if (new_message->scale.x != 0.0) {
88
+ text_->setSpaceWidth(new_message->scale.x);
89
+ }
90
text_->setCharacterHeight(new_message->scale.z);
91
text_->setColor(
92
Ogre::ColourValue(
0 commit comments