moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
483 stars 695 forks source link

ROS melodic moveit_planner RRTConnect: Motion planning start tree could not be initialized! unable to cherry pick #686

Open Gaurav37 opened 2 years ago

Gaurav37 commented 2 years ago

Description

Please help with this issue: [ INFO] [1638165553.885400193, 367.370000000]: ABORTED: No motion plan found. No execution attempted. Failed while moving to goal

because of : [ INFO] [1638165553.874703242, 367.359000000]: Planner configuration 'manipulator' will use planner 'geometric::RRTConnect'. Additional configuration parameters will be set when the planner is constructed. [ WARN] [1638165553.875416915, 367.360000000]: RRTConnect: Skipping invalid start state (invalid state) [ERROR] [1638165553.875495671, 367.360000000]: RRTConnect: Motion planning start tree could not be initialized! [ INFO] [1638165553.875528719, 367.360000000]: No solution found after 0.000250 seconds

When I try to cherry pick: git cherry-pick 89f3257b99a3c1aab55e21c2eb101f8b110f73ab error: could not apply 89f3257b... Motion planning api demo (#273) hint: after resolving the conflicts, mark the corrected paths hint: with 'git add ' or 'git rm ' hint: and commit the result with 'git commit'

git status On branch melodic-devel Your branch is up to date with 'origin/melodic-devel'.

You are currently cherry-picking commit 89f3257b. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths: (use "git add ..." to mark resolution)

both modified:   doc/motion_planning_api/src/motion_planning_api_tutorial.cpp

no changes added to commit (use "git add" and/or "git commit -a")

Your environment

welcome[bot] commented 2 years ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.

rhaschke commented 2 years ago

The error message is clear about your problem, isn't it: [ WARN] [1638165553.875416915, 367.360000000]: RRTConnect: Skipping invalid start state (invalid state) Probably you start planning from a state in a collision.