Skip to content
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