Hi all ROS users/dev, I got the following error when I tried to compile the package "planning_environment" of "motion_planning_environment" stack: home/haianos/ros_stacks/motion_planning_environment/planning_environment/src/models/robot_models.cpp:71: error: no matching function for call to ‘planning_models::KinematicModel::KinematicModel(urdf::Model&, std::map, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > > > > >&)’ /home/haianos/ros_stacks/motion_mapping_common/planning_models/include/planning_models/kinematic_model.h:499: note: candidates are: planning_models::KinematicModel::KinematicModel(const urdf::Model&, const std::map, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator >, std::vector, std::allocator >, std::allocator, std::allocator > > > > > >&, const std::vector >&) It seems that the argument "const std::vector& multi_dof_configs" is missing: how can I fix it? Greetings, Enea Scioni -- View this message in context: http://ros-users.122217.n3.nabble.com/motion-planning-environment-planning-environment-compile-failure-tp2091101p2091101.html Sent from the ROS-Users mailing list archive at Nabble.com.