uzh-rpg/rpg_trajectory_evaluation

How to use the parameters "recalculate_errors" and "png"?

Opened this issue · 1 comments

Hi, I'm trying to use the parameters "recalculate_errors" and "png" with python2 analyze_trajectory_single.py --recalculate_errors=True --png=True MyResultDir,but it showing the error as follows:
usage: analyze_trajectory_single.py [-h] [--plots_dir PLOTS_DIR]
[--recalculate_errors] [--png]
result_dir
analyze_trajectory_single.py: error: argument --recalculate_errors: ignored explicit argument 'True'
So, Can you show me how to use this two parameters correctly?

Hi, you can directly specify --recalculate_errors --png (without =True), and it should work.