SemRoCo / giskard_core

This package provides the core C++ library of giskard, a constraint and optimization-based framework for robot motion control.
GNU General Public License v2.0
1 stars 8 forks source link

Setting a goal that's "far" from the current pose #3

Open mpomarlan opened 8 years ago

mpomarlan commented 8 years ago

Setup:

Have the PR2 in the same start configuration as in the interactive markers example (may use that launchfile, with the section starting the interactive_markers node commented out).

Send a goal to both arms that has the pose-stamped: frame_id "base_link", stamp 0, translation {0.7 0 0.7} and rotation {0 0 0 1}.

Outcome: the controller fails to start and produces the message "Init of QP-Problem returned without success! ERROR MESSAGE: Maximum number of working set recalculations performed".