You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great work! While using the ov_eval tool, I found two typos in the documentation page.
In transformation section, rosrun ov_eval format_convert folder/path/ should be rosrun ov_eval format_converter folder/path/ instead, as the executable name is format_converter.
In plot trajectory section, the order of the order of the gt file and prediction files are flipped in the command template and example command
From the code, the command template order is correct (i.e. gt should be the first file).
I'd appreciate it if you could look into them and confirm these are indeed typos. Since the docs folder is not source controlled, I guess it is better to leave them for you to fix (if ever needed), but I am happy to help.
The text was updated successfully, but these errors were encountered:
Thanks for your great work! While using the ov_eval tool, I found two typos in the documentation page.
rosrun ov_eval format_convert folder/path/
should berosrun ov_eval format_converter folder/path/
instead, as the executable name isformat_converter
.From the code, the command template order is correct (i.e. gt should be the first file).
I'd appreciate it if you could look into them and confirm these are indeed typos. Since the docs folder is not source controlled, I guess it is better to leave them for you to fix (if ever needed), but I am happy to help.
The text was updated successfully, but these errors were encountered: