Skip to content

Commit

Permalink
Update kalibr_calibrate_imu_camera
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schneider authored Oct 23, 2018
1 parent bb7e5fa commit 3bad944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def parseArgs():
groupOpt.add_argument('--no-time-calibration', action='store_true', dest='no_time', help='Disable the temporal calibration', required=False)
groupOpt.add_argument('--max-iter', type=int, default=30, dest='max_iter', help='Max. iterations (default: %(default)s)', required=False)
groupOpt.add_argument('--recover-covariance', action='store_true', dest='recover_cov', help='Recover the covariance of the design variables.', required=False)
groupOpt.add_argument('--timeoffset-padding', type=float, default=10.e-3, dest='timeoffset_padding', help='Maximum range in which the timeoffset may change during estimation [s] (default: %(default)s)', required=False)
groupOpt.add_argument('--timeoffset-padding', type=float, default=30.e-3, dest='timeoffset_padding', help='Maximum range in which the timeoffset may change during estimation [s] (default: %(default)s)', required=False)

#Result options
outputSettings = parser.add_argument_group('Output options')
Expand Down

0 comments on commit 3bad944

Please sign in to comment.