1 Star 0 Fork 39

cooper_seu/airos-edge

forked from 智路理事会/airos-edge 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
workspace.bzl 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
QIU1995NONAME 提交于 2022-12-01 22:06 . AIROS 1.0 Beta
load("//third_party/protobuf:workspace.bzl", protobuf = "repo")
load("//third_party/protobuf:workspace.bzl", protobuf_import = "repo_import")
load("//third_party/gtest:workspace.bzl", gtest = "repo")
load("//third_party/yaml_cpp:workspace.bzl", yaml_cpp = "repo")
load("//third_party/ros:workspace.bzl", ros = "repo")
load("//third_party/opencv:workspace.bzl", opencv = "repo")
load("//third_party/pcl:workspace.bzl", pcl = "repo")
load("//third_party/eigen:workspace.bzl", eigen = "repo")
load("//third_party/pcap:workspace.bzl", pcap = "repo")
load("//third_party/glog:workspace.bzl", glog = "repo")
load("//third_party/gflags:workspace.bzl", gflags = "repo")
load("//third_party/fastrtps:workspace.bzl", fastrtps = "repo")
load("//third_party/airosrt:workspace.bzl", airosrt = "repo")
load("//third_party/asn_wrapper:workspace.bzl", asn_wrapper = "repo")
load("//third_party/paho:workspace.bzl", paho = "repo")
def init_third_party():
protobuf()
protobuf_import()
gtest()
yaml_cpp()
ros()
opencv()
pcl()
eigen()
pcap()
glog()
gflags()
fastrtps()
airosrt()
asn_wrapper()
paho()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cooper_seu/airos-edge.git
[email protected]:cooper_seu/airos-edge.git
cooper_seu
airos-edge
airos-edge
master

搜索帮助