Skip to content
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

kinematics viewer が上がってるとcoordsがdraw-onされない #401

Closed
YuOhara opened this issue Dec 1, 2016 · 6 comments
Closed

Comments

@YuOhara
Copy link

YuOhara commented Dec 1, 2016

kinematics viewer ありだと
(send (make-coords) :draw-on :flush t)
が上手く動かない気がします。

(load "package://hrpsys_ros_bridge_tutorials/euslisp/samplerobot-interface.l")
;; (SampleRobot)
(make-irtviewer)
(send (make-coords) :draw-on :flush t) ;; able to see
(read-line)
(samplerobot-init)
;; (objects *sr*)
(send (make-coords) :draw-on :flush t) ;; not able to see
@mmurooka
Copy link
Member

mmurooka commented Dec 1, 2016

(send (make-coords) :draw-on :flush t :viewer (send *irtviewer* :view))
ではどうだろう.

@YuOhara
Copy link
Author

YuOhara commented Dec 1, 2016

やっぱり見えないです・・

(send (make-coords) :draw-on :flush t :viewer (send *irtviewer* :viewer))

@k-okada
Copy link
Member

k-okada commented Dec 2, 2016

please try #402

@YuOhara
Copy link
Author

YuOhara commented Dec 2, 2016

Thanks. It worked.

@k-okada
Copy link
Member

k-okada commented Dec 3, 2016 via email

@YuOhara
Copy link
Author

YuOhara commented Dec 3, 2016

はい。私はcascoordsを新しく作ってdraw-onするなど使っていました。
しばらく使ってみます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants