Skip to content

Commit

Permalink
Merge pull request #12 from HebiRobotics/gogiputtar/minor_fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
GogiPuttar authored Sep 11, 2024
2 parents 857ee4e + 2f1fdba commit e26c3eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions arms/config/ex_AR_kit.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ user_data:
# Time taken for a steady motion to the home position
homing_duration: 4 # seconds

# Latency in tracking the AR pose. Increase this to avoid jerks
latency: 0.3 # milliseconds

# Displacements of the phone are scaled by this value to give displacement of the end-effector
xyz_scale: 0.75

Expand Down
5 changes: 4 additions & 1 deletion arms/config/ex_AR_kit_w_gripper.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ user_data:
home_position: [0, 1.0471975511965976, 1.5707963267948966, 2.0943951023931953, -1.5707963267948966, 0] # radians

# Time taken for a steady motion to the home position
soft_start_time: 4 # seconds
homing_duration: 4 # seconds

# Latency in tracking the AR pose. Increase this to avoid jerks
latency: 0.3 # milliseconds

# Displacements of the phone are scaled by this value to give displacement of the end-effector
xyz_scale: 0.75
Expand Down

0 comments on commit e26c3eb

Please sign in to comment.