ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I fond a workaround. On the official sites is written that the LBKPIECE1
is experimental and if no planner ID is set, than this is the default. So, I changed the planner to RRT
which works well without crashing moveit
.
move_group_->setPlannerId("RRTConnectkConfigDefault");