ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Why is my rqt graph rasterized?

asked 2022-08-02 08:55:52 -0500

zain0097 gravatar image

updated 2022-08-07 03:46:24 -0500

When I run rqt_graph on windows 10, the fonts are all rasterized and not smooth.

The icons are also out of place in size.

In ROS 1's case, some icons disappeared.


This is what looks like:

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-02 08:58:53 -0500

ljaniec gravatar image

updated 2022-08-03 02:19:41 -0500

Can you try installation of Graphviz? (It would be pip install graphviz on Ubuntu, installer on Windows)

Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. (...) The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages; PDF or Postscript for inclusion in other documents; or display in an interactive graph browser. Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes.

edit flag offensive delete link more

Comments

I already done that.

My rqt works, but everything I see are completely rasterized.

zain0097 gravatar image zain0097  ( 2022-08-07 03:38:20 -0500 )edit

pip3 install pydot pyparsing? You can open a new issue in the rqt_graphrepository: https://github.com/ros-visualization/... It seems like a bug or a missing Qt dependency...

ljaniec gravatar image ljaniec  ( 2022-08-08 04:53:03 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-08-02 08:55:52 -0500

Seen: 79 times

Last updated: Aug 07 '22