Closed harryzhangOG closed 2 years ago
There are a few parts to this:
moveit controllers yaml
-- looks like you've already done this.ros_control yaml
-- maybe that has not been done.Here are some examples:
The listed python code works well for me on Noetic as well. By the way, this code is not MoveIt related at all. It just requires franka_control to be running: roslaunch franka_control franka_control.launch
.
As the issue is not reproducible (anymore?), I'm closing the issue due to inactivity.
Hi I just installed the noetic version on Ubuntu 20 and was able to control a real robot arm using moveit and python binding. However, I could not close the gripper... Here is my step-to-step illustration of the issue:
First, here is the python code that runs well on the melodic version:
Running the script would be stuck at
gripper_client.wait_for_result()
.Then, in rviz, if i choose the planning group as
panda_hand
, I can see the gripper visualization getting closed: However, the real robot does not move and I get the following error in the console:Then I checked which controllers are running via:
rosservice call /controller_manager/list_controllers
and here is the output, no gripper controller is getting run...Finally, I wrote this controller yaml file for the default controller:
` Could anyone provide some pointers on how to fix this? This is really urgent so any feedback would be greatly appreciated. Thanks.