Skip to content

Commit

Permalink
Using client mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jianqiaol committed Feb 10, 2016
1 parent 0bfad16 commit 8373730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/Motion/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#change this to "client" to use the MotionServer_X program
#change this to "kinematic" to test in kinematic mode
#change this to "physical" if you are ready to test on the real robot
#mode = 'client'
mode = 'client'
#mode = 'kinematic'
mode = 'physical'
#mode = 'physical'

#relative path, assumes everything is run from the common directory
klampt_model = "klampt_models/baxter_with_parallel_gripper_col.rob"
Expand Down

0 comments on commit 8373730

Please sign in to comment.