/home/planner/catkin_ws/build/or_trajopt/libtrajopt-prefix/src/libtrajopt/src/trajopt/collision_checker.cpp: In member function ‘void trajopt::CollisionChecker::IgnoreSelfCollisions(OpenRAVE::KinBodyPtr)’:
/home/planner/catkin_ws/build/or_trajopt/libtrajopt-prefix/src/libtrajopt/src/trajopt/collision_checker.cpp:46:70: error: invalid initialization of reference of type ‘const std::set<int>&’ from expression of type ‘const std::vector<int>’
const std::set<int> &non_adjacent_links = body->GetNonAdjacentLinks(0);
^
src/trajopt/CMakeFiles/trajopt.dir/build.make:302: recipe for target 'src/trajopt/CMakeFiles/trajopt.dir/collision_checker.cpp.o' failed
Just curious, why does this package download and build its own version of trajopt? I changed the git repository to use the official repo and it builds okay. But when I try use the planner via prpy bindings I get the following error:
INFO: Sequence - Calling planner "Trajopt".
INFO: openrave (Failed): Userdata has the wrong class!
Branch: master Commit: 5d980b12f3d5b1865c07ae33d7948dfa4889ff4e
Getting the following build error:
May be related to: https://github.com/rdiankov/openrave/issues/479
Just curious, why does this package download and build its own version of trajopt? I changed the git repository to use the official repo and it builds okay. But when I try use the planner via prpy bindings I get the following error: