-
Notifications
You must be signed in to change notification settings - Fork 103
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
composition: Should implement //include/placement_frame #319
Comments
Per f2f, @azeey knows of two options to implement with current frame pose graph:
Easiest option is (1), by far. |
yeah, option (1) seems much simpler to me |
Aye. Also, this works because our "instantiation of included models" is to just include the model in-place (e.g. if you include model |
This is actually less straightforward than I initially thought. I was thinking of doing (1) in the parser where |
inject it as |
Is there a reason to reserve this functionality for |
The only ephemeral reason I'd not like So yeah, I think By default, it's Gosh, that sounds a tad complicated writing it out... but I guess it'll work! |
Injecting it as I was thinking of injecting a |
I'd be OK with the workaround as long as the interim hack / scaffolding were removed once #284 lands. |
sounds good to me |
Per proposal:
https://github.com/osrf/sdf_tutorials/blob/044297cf20b0e50cb9ed81c811355363eb393be4/composition/proposal.md#144-placement-frame-includeplacement_frame
Towards #278
The text was updated successfully, but these errors were encountered: