xsens_ll v0.1.0 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.0",
sha256 = "2d4f28f367e9d62a5671c61c8cda686c7bd3dc10f4d9a1076c498cda06605ec6",
url = "https://github.com/agoessling/xsens_ll/archive/v0.1.0.zip",
)