Skip to content

Conversation

YoheiKakiuchi
Copy link
Member

随分前の話になりますが、irtsensorのカメラモデルで正しい画像とポイントクラウドを取得できるようにしました。
#48

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary? ((unix::usleep (* 200 1000)))

@snozawa
Copy link
Contributor

snozawa commented Sep 16, 2015

irteus/test以下でできそうなテストがありそうであれば、追加しいただくと良いかもしれません。
ちなみにこの辺はno-displayだと動かないでしょうか?

@YoheiKakiuchi
Copy link
Member Author

ちなみにこの辺はno-displayだと動かないでしょうか?

viewerが上がらないとダメだと思います。

@snozawa
Copy link
Contributor

snozawa commented Sep 16, 2015

了解です

@YoheiKakiuchi YoheiKakiuchi changed the title Fix camramodel Fix camera model on irtsensor Sep 16, 2015
YoheiKakiuchi added a commit that referenced this pull request Sep 16, 2015
@YoheiKakiuchi YoheiKakiuchi merged commit c65abd7 into euslisp:master Sep 16, 2015
@k-okada
Copy link
Member

k-okada commented Nov 1, 2015

-  (:get-image (vwr &key (points) (colors))
+  (:get-image
+   (&key (with-points) (with-colors))

API 変わっていますね.そういうcommitはちゃんとつAPI壊していますと言ってくれると嬉しいです.

k-okada added a commit to k-okada/jskeus that referenced this pull request Nov 1, 2015
@k-okada
Copy link
Member

k-okada commented Nov 1, 2015

これ,ポイントクラウド出ていますか?
c6c5941#diff-5590274a5dcb5b5abc3abdc290bfaacbR36
見てもカメラしか表示されていない気がするんですが...

@YoheiKakiuchi
Copy link
Member Author

API 変わっていますね.そういうcommitはちゃんとつAPI壊していますと言ってくれると嬉しいです.

すいません。ノーマークでした。

これ,ポイントクラウド出ていますか?

以下をすると、ポイントだけ見えると思います。

(sample-get-camera-image-2)
(objects (list *points* *camera-model*))

プログラムの中は、以下になっていて、点群とobjが完全に重なる(色もついている)
で見かけ上分からないです。

(objects (list *points* *obj1* *obj2* *obj3* *camera-model*))

ポイントのみ
pointcloud

ポイント+オブジェクト
point_with_object

k-okada added a commit to k-okada/jskeus that referenced this pull request Nov 2, 2015
@k-okada
Copy link
Member

k-okada commented Nov 2, 2015

ありがとうございます.見方がようやくわかった.#299 でなおしました.

YoheiKakiuchi added a commit that referenced this pull request Nov 20, 2015
fix (sample-get-camera-image-2) accrding to comment on #268
@YoheiKakiuchi YoheiKakiuchi deleted the fix_camramodel branch November 21, 2015 13:52
iory pushed a commit to iory/jskeus that referenced this pull request Mar 22, 2018
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

Successfully merging this pull request may close these issues.

3 participants