Releases: agoessling/xsens_ll
Releases · agoessling/xsens_ll
xsens_ll v0.1.2 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.2",
sha256 = "d43f793c2dfc0548145a1e84aaed7d178c2179d3a1656f1bdff089d19d85c27",
url = "https://github.com/agoessling/xsens_ll/archive/v0.1.2.zip",
)
xsens_ll v0.1.1 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",
)
xsens_ll v0.1.0 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",
)