Skip to content

Conversation

@carlosquinterop
Copy link
Contributor

  • Creates a convenience class for the Stretch robot/planning and two test scripts.
  • Adds functions to the robot class to enable mobile manipulation planning. This feature relies on the existence of a kinematics solver plugin called base_manipulator_kinematics_plugin. See here.

Copy link
Collaborator

@ChamzasKonstantinos ChamzasKonstantinos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This implementation depends on a custom version of Moveit, that modifies the PlanarJoint.
We cannot merge it as it is now, since it breaks the code here: https://github.com/KavrakiLab/robowflex/runs/7571963014?check_suite_focus=true#step:3:2993

Maybe, remove the diff-drive feature? or make it dependent on a specific version of Moveit?

std::find(groups.begin(), groups.end(), name) == groups.end())
{
RBX_ERROR("No JMG or Kinematics defined for `%s`!", name);
return false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this not create a problem?

scchow added a commit to scchow/robowflex that referenced this pull request May 5, 2023
- Based on PR: KavrakiLab#291
- Incorporating functions necessary to do mobile base + manipulator
  planning with robowflex.
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

Successfully merging this pull request may close these issues.

3 participants