Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

melodic code no longger build #104

Open
mpatalberta opened this issue Apr 7, 2021 · 3 comments
Open

melodic code no longger build #104

mpatalberta opened this issue Apr 7, 2021 · 3 comments

Comments

@mpatalberta
Copy link

    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
Copy link
Author

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

@mpatalberta
Copy link
Author

At about line 247

@Levi-Armstrong
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants