archive_override(
module_name = "gz-common",
strip_prefix = "gz-common-main",
urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-math",
strip_prefix = "gz-math-main",
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-utils",
strip_prefix = "gz-utils-main",
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
)
archive_override(
module_name = "gz-msgs",
strip_prefix = "gz-msgs-main",
urls = ["https://github.com/gazebosim/gz-msgs/archive/refs/heads/main.tar.gz"],
)
Transport library for component communication based on publication/subscription and service calls.
@gazebosim/gz-transport