xsens_ll v0.1.1 Release
Pre-release
Pre-release
To incorporate xsens_ll
into your project copy the following into your WORKSPACE
file.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "xsens_ll",
strip_prefix = "xsens_ll-0.1.1",
sha256 = "6b1e82ae4c0410684fcbdbabcedd971db4c3eca337de9ff6a2e4c85650cdb6a3",
url = "https://github.com/agoessling/xsens_ll/archive/v0.1.1.zip",
)