We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per the TRO submission, the marine dataset has been omitted. However, all_exp_data_analysis.py retains it for analysis.
all_exp_data_analysis.py
cora-experiments/experiments/all_exp_data_analysis.py
Lines 7 to 12 in a111501
Further, executing python hat_experiments.py throws:
python hat_experiments.py
Traceback (most recent call last): File "/home/alex/catkin_ws/src/cora-experiments/experiments/hat_experiments.py", line 46, in <module> pyfg = read_from_pyfg_text(marine_experiment_fpath) File "/home/alex/catkin_ws/src/PyFactorGraph/py_factor_graph/io/pyfg_text.py", line 295, in read_from_pyfg_text f_temp = open(fpath, "r") FileNotFoundError: [Errno 2] No such file or directory: '/home/alex/catkin_ws/src/cora-experiments/data/marine/marine_two_robots.pyfg'
given cora-experiments/data/marine is missing. @alanpapalia do you plan on adding this directory?
cora-experiments/data/marine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per the TRO submission, the marine dataset has been omitted. However,
all_exp_data_analysis.py
retains it for analysis.cora-experiments/experiments/all_exp_data_analysis.py
Lines 7 to 12 in a111501
Further, executing
python hat_experiments.py
throws:given
cora-experiments/data/marine
is missing. @alanpapalia do you plan on adding this directory?The text was updated successfully, but these errors were encountered: