Integrating Gazebo and MoveIt for trajectory execution for YuMi
Hi,
I am in the process of integrating Gazebo to view the trajectory generated by MoveIt! for ABB YuMi robot in ROS Kinetic.
I am using these packages as a starting point: https://github.com/OrebroUniversity/yumi
Apart from the two controllers.yaml files, [ https://github.com/OrebroUniversity/y... and https://github.com/OrebroUniversity/y... ]
I have the controllers for Gazebo and the overall graph that can be found here: https://drive.google.com/drive/folder...
As seen from the graph, the FollowJointTrajectory Action is not attached to either Gazebo or MoveIt.
I am trying to better understand the implementation of various controller configurations.
What do I need to add/change so that the FollowJointTrajectory action interface receives the planned trajectory from MoveIt and sends it to Gazebo?
@amuni: could you please attach the screenshot of rqt_graph to your question? I've given you enough karma for that.
@amuni: I'm working on similar problem(moveit gazebo integration for trajectory execution for panda robot). I tried to make sense from this questions and it's helpful. I'm still having some problems. I would like to request you if can share link of your git repository which i can refer to? Thanks.