Why is my rqt graph rasterized?
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.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
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.
pip3 install pydot pyparsing
? You can open a new issue in the rqt_graph
repository: https://github.com/ros-visualization/... It seems like a bug or a missing Qt dependency...
Asked: 2022-08-02 08:55:52 -0600
Seen: 131 times
Last updated: Aug 07 '22
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?
Significance of ros::spinOnce()
Are there any viewers for ImageMarker?