Skip to content
New issue

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

Updated run instructions #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ILLIXR_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ make [opt|dbg]

Now to run OpenVINS Standalone do the following:
```
cd build/ov_msckf
# opt => <build-type> == RelWithDebInfo, dbg => <build-type> == Debug
cd build/<build-type>/ov_msckf
./run_illixr_msckf <path_to_cam0> <path_to_cam1> <path_to_imu0> <path_to_cam0_images> <path_to_cam1_images>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of people have trouble with this, so let's make it explicit:
./run_illixr_msckf <path_to_cam0_data_csv> <path_to_cam1_data_csv> <path_to_imu0_data_csv> <path_to_cam0_images> <path_to_cam1_images>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above literally just happened to Peter from Vikram's group. 😭

```

Expand Down