Closed wyattrees closed 2 years ago
Closing as cost functions are not to be specified to MTC via the options--instead, use an IKCostFn
: https://github.com/ros-planning/moveit_task_constructor/blob/1e65027b26744dccd02bd7d7ac4d0856916cfde5/core/src/solvers/cartesian_path.cpp#L62-L63
In order to integrate bio_ik with MoveIt Task Constructor, BioIKKinematicsQueryOptions must be copy-constructable. Changing vector of goals to be
shared_ptr
's instead ofunique_ptr
's accomplishes this without having to write a custom copy ctor.