In an example I work with, the get_sequence to an existing TransformGraph object fails if the input node is the same as the output node. I think this should work and simply return something like an empty list of transforms, an identity or something the likes of these.
In an example I work with, the
get_sequenceto an existingTransformGraphobject fails if the input node is the same as the output node. I think this should work and simply return something like an empty list of transforms, an identity or something the likes of these.