uoft-cs-robotics / robot_system_tools

Repository containing software infrastructure for running experiments on Franka Emika Panda Arms
9 stars 3 forks source link

Test scripts for frankapy control #27

Closed Ruthrash closed 9 months ago

Ruthrash commented 1 year ago

pull request for the test scripts for frankapy controllers. Have couple of tests working now, more tests to be added

Ruthrash commented 1 year ago

Hey all please review this pull request for the following changes:

Ruthrash commented 1 year ago

updates in this PR:

Ruthrash commented 1 year ago

https://github.com/pairlab/franka_arm_infra/assets/19574538/a49ddcb7-11cc-48c1-aad1-57329cc2d39a

video showing test_joint_torque_control.py working

Ruthrash commented 1 year ago

ee plot from running test_ee_pose_control.py

Ruthrash commented 1 year ago

ee_impedance plot from running test_ee_pose_impedance_control.py

Ruthrash commented 1 year ago

joint_position plot from running /test_joint_position_control.py

Ruthrash commented 1 year ago
  • sudo docker-compose -f docker/workstation_computer/docker-compose-gui.yml build

updates in this PR:

@kouroshD @n-yoshikawa

kouroshD commented 10 months ago

One note is that, in the documentation of the mian README, after we build the images, it is not written how to create a container. Please fix that by adding: sudo docker-compose -f docker/workstation_computer/docker-compose-gui.yml create As you mentioned in your previous comment.

Ruthrash commented 9 months ago

https://github.com/uoft-cs-robotics/robot_system_tools/assets/19574538/2a7f267b-edf2-44b9-a508-b676e6a91283

video of test_ee_pose_control.py, test_ee_impedance_control.py, test_joint_position_control.py