Skip to content

lkpworkspace/node_fastdds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

概述

支持myframe框架进行进程间/机器间通信组件

快速本地构建

# 下载/构建/安装依赖库
cmake -S 3rd -B build_3rd -DCMAKE_INSTALL_PREFIX=output
cmake --build build_3rd -j --config Release
# 构建安装
cmake -S . -B build_proj -DCMAKE_INSTALL_PREFIX=output -DCMAKE_PREFIX_PATH=output
cmake --build build_proj -j --config Release --target install

运行示例

# for unix like
source myframe_setup.sh

python3 /path/to/example_node_3a.py
python3 /path/to/example_node_3b.py

About

myframe的进程间/机器间通信组件

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors