Closed Ruthrash closed 9 months ago
Hey all please review this pull request for the following changes:
updates in this PR:
plot from running test_ee_pose_control.py
plot from running test_ee_pose_impedance_control.py
plot from running /test_joint_position_control.py
- sudo docker-compose -f docker/workstation_computer/docker-compose-gui.yml build
updates in this PR:
- updated instructions to run the control scripts
since this PR makes changes to the Dockerfile it is important to run the commands below to properly rebuild the containers.
- sudo docker-compose -f docker/workstation_computer/docker-compose-gui.yml build
- sudo docker-compose -f docker/workstation_computer/docker-compose-gui.yml create
- sudo docker-compose -f docker/workstation_computer/docker-compose-gui.yml start
- Instructions to run the test can be found here
scripts to test:
@kouroshD @n-yoshikawa
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.
video of test_ee_pose_control.py, test_ee_impedance_control.py, test_joint_position_control.py
pull request for the test scripts for frankapy controllers. Have couple of tests working now, more tests to be added