You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it worth considering to perform such a transformation to the appropriate class within drake?
The variable id is part of the plan and I would expect that the variable should be resolved.
The text was updated successfully, but these errors were encountered:
Prework
Question
I would like to use a grouping variable inside the command that builds a target.
Using drake's
combine
returns an object that cannot be used directly.Reproducible example
I am not sure why this happens but the problem is solved if I use
paste(quote(id))
like in this plan:Is it worth considering to perform such a transformation to the appropriate class within drake?
The variable
id
is part of the plan and I would expect that the variable should be resolved.The text was updated successfully, but these errors were encountered: