moveit_task_constructor icon indicating copy to clipboard operation
moveit_task_constructor copied to clipboard

A hierarchical multi-stage manipulation planner

Results 138 moveit_task_constructor issues
Sort by recently updated
recently updated
newest added

I was experiencing problems with our robot setup using orientation constrained when an attached collision object is used in the `link_name` field of a constraint. The main goal is to...

I am testing the following snippet before attaching the object1 to eef ``` { auto stage = std::make_unique("allow collision (object,support)"); stage->allowCollisions("object1", true); c->insert(std::move(stage)); } ``` But it is still raising...

Hi, I am working upon MTC for using it with UR5. I tried using cartesian executable wihth UR5 but it did'nt worked and showed me an error. Error:- [cartesian-1] Failing...

I configured my real Franka Emika arm for MTC to perform some simple tasks in ROS 2. However, solution is generated in Motion Planning Tasks window in Rviz but it...

Hi, I want to run a custom stage called attach object which runs things externally to MTC/Move it. So I want to run this action call when task is being...

Is there a way to see joint positions for each trajectories computed by MTC in RViz plugin? I can set the `Link Tree Style` to joint mode, but all I...

[rookie] ive a robot arm of 6 joints and would like to know: 1. how does mtc and rviz know joint1 corresponds to the base joint, etc. 2. i have...

While running pick and place tutorial of the Moveit2 I got this error: ``` [move_group-4] [WARN] [1711710019.458969047] [move_group.moveit.moveit.ros.planning_scene_monitor]: Unable to transform object from frame 'panda_link0' to planning frame'base_link' ("base_link" passed...