-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arial font exception #1152
Comments
You're mixing versions I guess. Can you post the |
This has to do with the widgets provided by moveit, there the Arial font is still used. |
@mmoerdijk I see, that makes sense (would have seen that in the Sorry for the disruption, but we had to exchange this font for licensing reasons, so it was unavoidable. The fix should be as easy as updating the moveit plugin to replace any uses of |
I'll close this for now. |
@wjwwood: I noticed the PR that removed Arial from RViz, but a lot of devs/users probably have not. With the customisability that RViz supports through its plugins, it would probably be nice to give #1141 a bit more visibility to save people some frustration? MoveIt is probably just one of the plugins that breaks because of this. Edit: we're also getting questions on ROS Answers about this now: Error when trying to launch moveit created robot model. Could it be that Edit2: the ROS Answers post appears to really be the MoveIt plugin with the issue reported by @davetcoleman. I still think some more visibility (Discourse post?) would be good. |
"Liberation Sans" is distributed with rviz, see: https://github.com/ros-visualization/rviz/tree/kinetic-devel/ogre_media/fonts
I'll send a message. |
the OP of the ROS Answers question implies that after installing that pkg things started working. That is unexpected then.
thanks. |
It is (unexpected), because Ogre needs to have the font on the ogre resource path and you need the Ogre specific "fontdef" as well I think: Also the moveit code is still asking for Arial, not Liberation Sans, so install Arial would fix the problem, not installing liberation sans... |
Hi, how do I update the moveit plugin to replace any uses of |
…zation#1152) Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit 85bd6636c8e1d2e61668ca125f8d05ce25531fff) Co-authored-by: Alejandro Hernández Cordero <alejandro@openrobotics.org>
Why I would still be getting:
after 1) updating to the latest 16.04 debian and 2) even after building Rviz from source with this PR?
@wjwwood
The text was updated successfully, but these errors were encountered: