Open vi-vi-3482 opened 2 weeks ago
First testing session: -Got the sample code to successfully login and take robot control from the Desk interface -has issues with join unlocking and fci due to token issue -have to locate where the franka_py library is after downloading
Second testing session (Monday): -still has issues with unlocking joints straight from code, but can be bypassed by unlocking first and commenting out unlock command -sample code runs totally fine otherwise and just need to get it to pick up and place blocks with the code before beginning to interface with qr read
Coordinates and gripper commands need to be sent to the Franka Emika Panda in order to operate it.
There are a few different available python libraries that may work be able to interface with the robot.
https://github.com/JeanElsner/panda-py?tab=readme-ov-file
https://github.com/iamlab-cmu/frankapy
https://github.com/justagist/franka_ros_interface
[x] test out libraries
[x] select one to use (This one: https://github.com/JeanElsner/panda-py?tab=readme-ov-file)
[x] troubleshoot joint unlock command
[x] create functions to pass commands