-
Notifications
You must be signed in to change notification settings - Fork 55
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
add irtstl.l, irtwrl.l : copied from wrl2eus.l and read-stl.l #248
Conversation
ref of my comment: jsk-ros-pkg/jsk_model_tools#187 (comment) |
@eisoku9618 please check if this works for you
|
Thank you and it works for me! |
こんなのあるの知りませんでした。感激です。@makabe0510 |
@makabe0510 @chibi314 一ヶ月遅れぐらいなんだけど,eusだのstl/wrl だのの話ってのはあまり理解できていないんだけど,https://github.com/euslisp/jskeus/blob/ee49b6a27f2b2e0f393535bf13f3e32ec5f408c1/irteus/test/test-cad.l みたいなことができれば嬉しいのかな?それともeusからURDFか何かを作るときにcollision メッシュがstlだったらいいのかな? |
https://gist.github.com/k-okada/9513a9e32d7dbade3b664ef2baf1ebf5 |
we need many discussion on this
i created two file irtstl and irtwrl, but irtcad.l may another optoin
stl seems ok, but stl2eus takes facesset, so we need pass object such as
may be the function should accept
(eus2stl tmpstl b0)
wrl is more complex, specially wrl2eus is very complex, and also there are another implementation at
https://github.com/euslisp/EusLisp/tree/master/lib/llib/vrmlParser.l
we can rename fuction name from
dump-object-to-wrl
to `wrl2vrml' and takes same arguments as eus2stl