Skip to content

Commit

Permalink
add planning failed msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastits committed Oct 19, 2023
1 parent 05794d3 commit ccf722c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kuka_driver_examples/eci_demo/src/MoveitBasicPlan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ int main(int argc, char * argv[])
moveit_visual_tools.trigger();
moveit_visual_tools.prompt("Press 'Next' in the RvizVisualToolsGui window to execute");
move_group_interface_->execute(*planned_trajectory);
} else {
draw_title("Planning failed");
moveit_visual_tools.trigger();
}

DetachAndRemoveObject("pallet_0");
Expand Down

0 comments on commit ccf722c

Please sign in to comment.