Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1441

Can planning success be checked in the Python MoveGroupCommander?

$
0
0
The C++ MoveGroup's plan function [returns an error code](http://docs.ros.org/kinetic/api/moveit_tutorials/html/doc/move_group_interface/move_group_interface_tutorial.html#planning-to-a-pose-goal), but the Python MoveGroupCommander's [plan function](http://docs.ros.org/jade/api/moveit_commander/html/classmoveit__commander_1_1move__group_1_1MoveGroupCommander.html#a18b673b333ff75be6186619577e75b84) seems to return only the RobotTrajectory. Am I misunderstanding it? What is the best way to check in Python if a motion plan was successful?

Viewing all articles
Browse latest Browse all 1441

Trending Articles