You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When integrating the stomp motion plan capabilities into the MTC framework using the pipeline_planner, the planning would result in the following warings and errors.
[ WARN] [1628763414.607187821]: JointLimits/panda_arm Requested Start State is out of bounds
[ERROR] [1628763420.218975661]: STOMP failed to find a valid solution after 41 iterations
I managed to work around this problem, by making some changes to the "pipeline_planner.cpp" file. (changes made are described below)
Is there a more elegant solution to this issue, without changing the source code of the library?
Description of Issue
When integrating the stomp motion plan capabilities into the MTC framework using the pipeline_planner, the planning would result in the following warings and errors.
[ WARN] [1628763414.607187821]: JointLimits/panda_arm Requested Start State is out of bounds
[ERROR] [1628763420.218975661]: STOMP failed to find a valid solution after 41 iterations
I managed to work around this problem, by making some changes to the "pipeline_planner.cpp" file. (changes made are described below)
Is there a more elegant solution to this issue, without changing the source code of the library?
System Configuration
Ubuntu 20.04.2 LTS
ROS distro: noetic
ROS version: 1
Component Version
MoveIt version: master branch, built from source (https://github.com/ros-planning/moveit.git)
MTC: master branch, built from source (https://github.com/ros-planning/moveit_task_constructor.git)
stomp_ros: melodic-devel branch, built from source (https://github.com/ros-industrial/stomp_ros.git)
panda_moveit_config: melodic-devel branch (https://github.com/ros-planning/panda_moveit_config.git)
Steps to Reproduce the Issue
Solution
(Necessary changes made to moveit_task_constructor/core/src/solvers/pipeline_planner.cpp)
The text was updated successfully, but these errors were encountered: