moveit_task_constructor icon indicating copy to clipboard operation
moveit_task_constructor copied to clipboard

Python wrapper issue - anonymous node and topics

Open matthias88 opened this issue 1 year ago • 11 comments

Hi, I didn't get an answer from the community at ros answers, so maybe it is an issue, or inexperience on my part :-):

I am using ROS noetic on Ubuntu 20.04 with MoveIt and MoveIt Task Constructor Framework. If I run one of the mtc tutorial examples from MTC Tutorial the mtc solution topic and node is not of type anonymous, as you can see in the attached image: roslaunch moveit_task_constructor_demo demo.launch rosrun moveit_task_constructor_demo cartesian

image

If I use the python API (wrapper C++ class) the mtc node and topic is anonymous and can't be renamed or remapped: roslaunch moveit_task_constructor_demo demo.launch rosrun moveit_task_constructor_demo cartesian.py __ns:=mtc_tutorial

image

Finally I would like to get an easy access to the solution, so that I can execute e.g. subtrajectories via move group node (as suggested in #162 and/or time reparameterize the calculated solution.

Thanks in advance

matthias88 avatar Jan 09 '24 06:01 matthias88