franka_ros_interface icon indicating copy to clipboard operation
franka_ros_interface copied to clipboard

A ROS/Python API for controlling and managing the Franka Emika Panda robot (real and simulated).

Results 13 franka_ros_interface issues
Sort by recently updated
recently updated
newest added

Hi, As [franka_interface/config/robot_config.yaml ](https://github.com/justagist/franka_ros_interface/blob/master/franka_interface/config/robot_config.yaml)says `# Internal controller for motion generators [joint_impedance|cartesian_impedance]`, franka ros interface allows us to change the internal controller for impedance control. However, there is no function to...

Hi, thank you for your great contributions! When I use `roslaunch franka_interface interface.launch load_gripper:=false` to launch the driver without gripper. The instruction `load_gripper:=false` doesn't work, I also set the value...

Hello, I want to control the velocity of panda in cartesian space. Is there any functions to realize it? For example: `robot = PandaArm()` `robot.move_to_cartesian_pose([0.428, -0.02, 0.16])` can move the...