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
Currently the constructor of the CompositeInstruction specifies a default value for the ordering type before a manipulator info. Most planners need the CompositeInstruction to specify a manipulator info, so it's painful to also be forced to specify the order type (which in almost all use-cases will be ORDERED). We should switch the order of these two default arguments such that the manipulator info object is first to make this easier to use
Currently the constructor of the
CompositeInstruction
specifies a default value for the ordering type before a manipulator info. Most planners need theCompositeInstruction
to specify a manipulator info, so it's painful to also be forced to specify the order type (which in almost all use-cases will beORDERED
). We should switch the order of these two default arguments such that the manipulator info object is first to make this easier to usetesseract_planning/tesseract_command_language/include/tesseract_command_language/composite_instruction.h
Lines 112 to 114 in e506727
The text was updated successfully, but these errors were encountered: