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
I'm trying to use Path_RoundedComposite::Clone() to clone a Path_RoundedComposite object.
But I found that Path_RoundedComposite::Clone() doesn't clone F_base_start and F_base_via.
If I call Path_RoundedComposite::Finish() on the clone, it doesn't know the last pose.
In my case, I want to create a composite path of serval target poses. And in progress, I want to check if poses in the path can be reached by the robot.
So, I want to clone a path and call the Finish() on the clone. Then get every 1 mm(just for example) of pose for inspection.
I'm trying to use Path_RoundedComposite::Clone() to clone a Path_RoundedComposite object.
But I found that Path_RoundedComposite::Clone() doesn't clone F_base_start and F_base_via.
If I call Path_RoundedComposite::Finish() on the clone, it doesn't know the last pose.
orocos_kinematics_dynamics/orocos_kdl/src/path_roundedcomposite.cpp
Lines 198 to 200 in b35de34
The text was updated successfully, but these errors were encountered: