-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello, I was running the test environment for the clutter scenario, and the program is complianing that all the .obj files are missing. I noticed they were included in the .gitignore and was curious if you could provide them. Thanks!
Output:
root@a775e0c816a5:/shared_volume/tmit-star/tmit-star# ./run.sh problems/clutter/problems/clutter_pb_3.json
[15:03:26] [error @ tmit-star::input::scene] No object file at provided path: models/meshes/base_L.obj
[15:03:26] [error @ tmit-star::input::scene] No object file at provided path: models/meshes/torso_lift_L.obj
[15:03:26] [error @ tmit-star::input::scene] No object file at provided path: models/meshes/head_pan_L.obj
[15:03:26] [error @ tmit-star::input::scene] No object file at provided path: models/meshes/head_tilt_L.obj
[15:03:26] [error @ tmit-star::input::scene] No object file at provided path: models/meshes/shoulder_pan.obj
[.....
]
apologies if I am missing an obvious location where these files are located.
Best