Skip to content

Commit

Permalink
Remove deprecated demo files
Browse files Browse the repository at this point in the history
  • Loading branch information
rohun33 committed Jan 27, 2021
1 parent 0bcef15 commit 7117539
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,360 deletions.
12 changes: 7 additions & 5 deletions demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ You may modify the robot and world types in this config file as needed.


OpSpace Demos:
* Hold EE Pose: Maintain initial end-effector pose using EEImpedance or EEPosture controller.
Provides indication of cartesian stiffness.
`python run_osc_fixed_demo.py`
* Line (x/y/z): Move end-effector in a straight line using EEImpedance or EEPosture controller, while
maintaining orientation.
`python run_osc_line_demo.py`
Expand All @@ -27,14 +30,13 @@ OpSpace Demos:


JointSpace Demos:
* SequentialJoint : Individually rotate each joint using JointImpedance controller. Resets robot
* Gravity Compensation : set robot to gravity compensation mode using JointTorque controller.
`python run_gc_demo.py`
* Sequential Joint : Individually rotate each joint using JointImpedance controller. Resets robot
after each joint test.
`python run_jointimp_demo.py`





### Command-line specifications
Demonstrations may be customized with several command-line arguments. This is helpful in tuning gains,
or verifying a controller or robot is working properly.
Expand Down Expand Up @@ -73,7 +75,7 @@ Joint space demos provide a demonstration of controller behavior for the followi
To run a joint space demo, use the run_joint_space_demo.py script. This demo rotates an individiually
specified joint using the controller and robot interface command specified.

### Command-line specifications
### Command-line specifications for Joint Space Demos
You can specify the following command-line arguments:

--ctrl_type (str): Controller type for the demo. Choose from: "JointImpedance", "JointVelocity" or "JointTorque"
Expand Down
Loading

0 comments on commit 7117539

Please sign in to comment.