Skip to content

xsens_ll v0.1.2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@agoessling agoessling released this 12 Dec 23:19

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",
)