How to set different motion planner using python bindings #709
Unanswered
matthias-ploner
asked this question in
Q&A
Replies: 3 comments 5 replies
-
I'm not very familiar with the new definition of planning pipelines in MoveIt2. Maybe @henningkayser can help? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Note that these parameters need to be defined in the scope of the MTC node! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can a MoveIt2 expert have a look at this, e.g. @JafarAbdi? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am attempting to configure a different motion planner using the Python bindings (ROS2 branch), but I am encountering difficulties. This issue occurs not only with my application but also with the demo scripts, such as constrained.py, even after slight modifications for setting the planner (pymoveit_mtc.core.PlannerInterface).
Execution:
Terminal1:
ros2 launch moveit_task_constructor_demo demo.launch.py
Terminal2:
ros2 launch moveit_task_constructor_demo run.launch.py exe:=constrained.py
I consistently get following warning:
[constrained.py-1] [WARN] [1755091332.624682655] [moveit_667949611.moveit.planners.ompl.planning_context_manager]: Cannot find planning configuration for group 'panda_arm' using planner 'RRTConnectkConfigDefault'. Will use defaults instead. [constrained.py-1] [INFO] [1755091332.625470705] [moveit_667949611.moveit.planners.ompl.model_based_planning_context]: Planner configuration 'panda_arm' will use planner 'geometric::RRTConnect'. Additional configuration parameters will be set when the planner is constructed.
Could you please advise on what might be causing this issue?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions