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

[devel] OpenSoT::AutoStack issue with Bounds size #29

Open
arocchi opened this issue Apr 17, 2015 · 0 comments
Open

[devel] OpenSoT::AutoStack issue with Bounds size #29

arocchi opened this issue Apr 17, 2015 · 0 comments

Comments

@arocchi
Copy link

arocchi commented Apr 17, 2015

as of now, creating an AutoStack with the usual MoT syntax:
auto_stack = (task1 + task2 / task3) << bounds;

will require an
auto_stack->update(q)
before being able to use the bounds via
auto_stack->getBounds()
since now the bounds are created during auto_stack creation instead of during the call of getBounds()
also related with #28 - maybe we could just make AutoStack a friend of Aggregated and call generateAll() when calling getBounds() ?

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

1 participant