Skip to content

Added missing const inputs of functions

Lukas requested to merge lcs_inrotech/RobWork:added_const into devel

Updated input to functions in kinematics::Kinematics and ::Frame to take frame Ptrs by const reference as input and updated to pass const Frame, when the frame itself is not to be modified by the function.

Merge request reports