Open aodongdong opened 1 year ago
I think the problem is that you did not set arm_id in the gripper_node. Compare to the teleop_gripper.launch. You can also check the teleop_joint_pd_examle_controller.launch. Maybe this example already is what you are trying to achieve. And even if not it should help you to find the problem in your launch file. Keep in mind that this launch file is using the franka_combined_control.launch, so you need to revert the changes that you made there to run the example.
@aodongdong hi, i wanna start with the dual arm on the simulation and real panda. Did you try it on the gazebo? I'm looking for your sharing. Thanks a lot!
Same as @mitsui29, I want to create simulation on gazebo for two panda robots and the dual impedance cartesian controller. I'm facing lots of issues though... Have you tried?
Hello, I am trying to config double franka panda arm in ROS using franka_combined_control.launch I bringup the franka panda robots using
roslaunch franka_control franka_combined_control.launch robot_ips:="{panda_1/robot_ip: 192.168.1.10, panda_2/robot_ip: 192.168.1.12}"
. After bringup, I can get the topic usingrostopic list
and can also echo the topic usingrostopic echo /dual_arm/joint_states
. However, the joint position information about gripper in the topic /dual_arm/joint_states is always 0. See as below. Also, i found there is no publisher to /dual_arm/panda_1/franka_gripper/joint_states: My franka_combined_control.launch file is as follows:In addition, when i use
roslaunch franka_control franka_control.launch robot_ip:=192.168.1.10
to bringup single arm, all the things work well.How can i solve this problem. Any suggestion would mean a lot!