industrial_moveit icon indicating copy to clipboard operation
industrial_moveit copied to clipboard

melodic code no longger build

Open mpatalberta opened this issue 3 years ago • 3 comments

    error_message<<".\nSet or add the 'collision_detector' parameter to an allowed collision detector in the move_group.launch file"<<std::endl;
    throw std::runtime_error(error_message.str());
  }
}

state.collision_robot = planning_scene->getCollisionRobot();

state.collision_world = planning_scene->getCollisionWorld();

}

}

The object getCollisionRobot and getCollisionWorld no longer exist

mpatalberta avatar Apr 07 '21 16:04 mpatalberta

/moveitmaster_ws/src/industrial_moveit/constrained_ik/src/constrained_ik.cpp

mpatalberta avatar Apr 07 '21 16:04 mpatalberta

At about line 247

mpatalberta avatar Apr 07 '21 16:04 mpatalberta

Most likely MoveIt change something in the API which has broken things. This package is largely unmaintained since all of the capability is now provided within trajopt_ros repository. If you create a PR which fixes the issue I would be happy to review and merge.

Levi-Armstrong avatar Apr 08 '21 17:04 Levi-Armstrong