We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ubuntu 18.04 (330のインストールメディアからインストール) rosはmelodic
(require "package://hrpsys_ros_bridge_tutorials/euslisp/jaxon_red-interface.l") (setq robot (jaxon_red)) (make-irtviewer) (objects (list robot))
背景をグレーに、床を表現。ここをコメントアウトしても、pngは真っ黒になった。
(send *irtviewer* :change-background #f(0.7 0.7 0.7)) (send *irtviewer* :draw-floor 100) (send *irtviewer* :floor-color #f(0 0 0))
(send *irtivewer* :save-image "tmp.png")
で保存したtmp.pngをxdg-open tmp.pngで開いても、真っ黒 xdg-open側のバグの可能性を考えて、google chatで、tmp.pngを送っても、真っ黒。
(send (send *irtviewer* :viewer :viewsurface) :write-to-image-file "tmp.png")
を行っても同様のことが起きた。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
実行環境
ubuntu 18.04 (330のインストールメディアからインストール)
rosはmelodic
実行時のログ
背景をグレーに、床を表現。ここをコメントアウトしても、pngは真っ黒になった。
で保存したtmp.pngをxdg-open tmp.pngで開いても、真っ黒
xdg-open側のバグの可能性を考えて、google chatで、tmp.pngを送っても、真っ黒。
を行っても同様のことが起きた。
The text was updated successfully, but these errors were encountered: