Open weakenleg opened 3 years ago
This is a problem with the GazeboGrasp plug-in, which has not been identified yet, but does not affect the package running.
但是当我运行下一个launch文件时,机械臂不移动,提示没有plugin
你好,当我按照您的教程运行时会出现以上报错,并且运行launch文件时无法打开rivz,希望能获得您的帮助
The reason for the error:
[Err] [GazeboGraspGripper.cpp:60] GazeboGraspGripper: Palm link ee_link not found. The gazebo grasp plugin will not work
is Gazebo merges all links connected by fixed joints into a single link. So ee_link doesn't exist in gazebo, it can modify the ur5_single_arm.urdf.xacro. from
<xacro:robotiq_85_gripper prefix="" parent="ee_link" >
<origin xyz="0 0 0" rpy="0 0 0"/>
</xacro:robotiq_85_gripper>
to
<xacro:robotiq_85_gripper prefix="" parent="wrist_3_link" >
<origin xyz="0.0 0.0823 0.0" rpy="0.0 0.0 1.5707" />
</xacro:robotiq_85_gripper>
and then, [Err] [ContactManager.cc:357] Filter with the same name already exists! Aborting
will occur....
For the pause of rviz, you shoud start gazebo firstly
Thanks for your help.While ,i still have some troubles. Whether I change ur5_single_arm.urdf.xacro or not, the pause of rviz will occur(i have started gazebo at first).If i do not roslaunch ur5_single_arm_moveit_config ur5_moveit_planning_execution.launch, the error will occur.(just in the right part of the picture)
in blog csdn ,someone says i may have to run moveit ,but i do not know he meaning
push the triangle button. you should start simulation in gazebo firstly, because the movegroup in rviz is a client, which need a server in gazebo simulation.
thanks a lot.it works!i will study from your program 1.(while i meet the situation that the movement of the cube is not so stable.)
Hello, I am trying to reproduce this task, but I found that the author's gpd_ros file is an empty folder. Would you like to keep any attachments here?
sorry,I just have the initial repository.I run without gpd_ros. You can ask the author.
Hello, I am trying to reproduce this task, but I found that the author's gpd_ros file is an empty folder. Would you like to keep any attachments here?
refer to: gpd_ros
[Err] [GazeboGraspGripper.cpp:60] GazeboGraspGripper: Palm link ee_link not found. The gazebo grasp plugin will not work. [Err] [GazeboGraspFix.cpp:175] GazeboGraspFix: Could not initialize arm gripper_arm. Skipping. [Err] [GazeboGraspFix.cpp:198] ERROR: GazeboGraspFix: Cannot use a GazeboGraspFix because no arms were configured successfully. Plugin will not work.