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
Most wrapped classes take as input a Poly type, e.g. the MoveInstruction class. At the moment we have to explicitly convert the non-poly type to a poly type using a function from the wrapper. An example would be a StateWaypoint which first needs to be converted to a StateWaypointPoly before being passed to the MoveInstruction using StateWaypointPoly_wrap_StateWaypoint.
Is there a way I could update the binding generation to allow an implicit conversion? I think this would make the wrapper a lot more Pythonic 👍
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Most wrapped classes take as input a
Poly
type, e.g. theMoveInstruction
class. At the moment we have to explicitly convert the non-poly type to a poly type using a function from the wrapper. An example would be aStateWaypoint
which first needs to be converted to aStateWaypointPoly
before being passed to theMoveInstruction
usingStateWaypointPoly_wrap_StateWaypoint
.Is there a way I could update the binding generation to allow an implicit conversion? I think this would make the wrapper a lot more Pythonic 👍
Beta Was this translation helpful? Give feedback.
All reactions