Rosbags Uploads
Import data from Rosbags directly into Sift
Credentials
Before starting this section, ensure you have retrieved your API key and the appropriate Sift URL for your provisioned environment. Instructions on obtaining the API key and URL are available in the authentication section of the documentation.
Import Data from Rosbags using sift-stack-py
Getting started with sift-stack-py
Be sure to visit the Python Quickstart section of the documentation to see how to get started with the Sift Python client library before continuing.
For this example we will be uploading data from the sample_data
rosbag which can be found at this link and using the `std_msgs`` message definitions which can be found at this link.
Uploading this Rosbag file is only a few steps:
It's also possible to extract video or images from your rosbags. Here's an example using ffmpeg
:
You can also automatically upload this video file to Sift using these examples. For more comprehensive examples you can visit the Sift public repository.