Browse Source

Fix check calibration instructions

Include homing and uncalibrated URDF generation steps.
pull/30/merge
Binit Shah 3 years ago
committed by GitHub
parent
commit
8d1550653e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      stretch_calibration/README.md

+ 11
- 2
stretch_calibration/README.md View File

@ -10,11 +10,20 @@ In addition, after changing a tool, this code can be used to generate a new cali
## Checking the Current Calibration with New Observations
1. Make sure the basic joint limit calibration has been performed.
`stretch_robot_home.py`
1. Make sure the uncalibrated URDF is up to date.
`rosrun stretch_calibration update_uncalibrated_urdf.sh`
1. Collect new observations
`roslaunch stretch_calibration collect_check_head_calibration_data.launch`
2. Test how well the current calibrated model fits the new observations
1. Test how well the current calibrated model fits the new observations
`rosrun stretch_calibration check_head_calibration.sh`

Loading…
Cancel
Save