Download Data

Ouster provides multiple datasets via Ouster Studio to facilitate your learning experience with spatial perception.

You can download some commonly used datasets to follow along the tutorials by clicking the Ouster Studio links and using the Download button for the appropriate format such as pcap or osf.

Sample dataset

Specifications

Recording

OS0 128 Rev 07 Urban Drive

2048x10 Dual Returns

Download

OS1 128 Rev 07 Urban Drive

2048x10 Dual Returns

Download

OS0 128 Rev7 Urban Drive

1024x10 Dual Returns

Download

OS1 128 Rev7 Urban Drive

1024x10 Dual Returns

Download

OS2 128 Rev7 Highway Drive

Dual Returns

Download

OS2 128 Rev7 Highway Drive

Dual Returns

Download

OS1 128 Rev7 Loop with GPS Drive

2048x10 Dual Returns

Download

If you download the data in pcap format, you should have two files, a .pcap file and a .json file.

The downloaded pcap file contains lidar and imu packets captured from the network. You can read more about the IMU Data Format and Lidar Data Format in the Ouster Sensor Documentation. The JSON file contains metadata queried from the sensor TCP interface necessary for interpreting the packet data.

We will use SAMPLE_DATA_PCAP_PATH to refer to this pcap and SAMPLE_DATA_JSON_PATH to this json in the following section. You may find it convenient to assign the paths appropriately in your console.

In your open python session, save the two paths to variables:

>>> pcap_path = '{SAMPLE_DATA_PCAP_PATH}'
>>> metadata_path = '{SAMPLE_DATA_JSON_PATH}'

Tip

All Ouster sample data is provided under the CC BY-NC-SA license , whether obtained through the above links or from the Ouster website.