moveit pick and place
Hello,
I’m trying to implement pick and place using moveit + gazebo. i.e i want to send trajectory planned by moveit to gazebo and see pick and place being demonstrated in gazebo.
My query is related to pick () function of movegroup class. In moveit pick and place tutorial when we call pick function we have to give two arguments i.e object name as string and the grasp message. This can be seen here.
I understand that the string input argument is name of the object added in planning scene in RVIZ, in my case i dont want to add any object in planning scene in RVIZ. I have created necessary simulation envirnoment in Gazebo, adding planning scene object in RVIZ is just an overhead for me.
is there any way to use moveit high level APIs of movegroup::pick() and not create planning scene object in RVIZ? or is there any alternative function which doesn’t require the planning scene creation in RVIZ.
Thanks for your time.