v4l2 version

This commit is contained in:
flower
2026-02-02 13:35:52 +08:00
parent 47016c00a6
commit 977a99f9d1
25 changed files with 309 additions and 2008 deletions

View File

@@ -3,6 +3,10 @@
# SkyLink ROS 2 机载端 - 快速编译脚本
# 用法: ./build.sh [release|debug]
# 加载git分支
# 如果是python分支则加载python相关依赖
# 如果是cpp分支则加载cpp相关依赖
set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -65,4 +69,6 @@ echo " source $SCRIPT_DIR/install/setup.bash"
echo ""
echo "2. 启动节点:"
echo " ros2 launch skylink_bridge bridge.launch.py"
echo "python 版本节点启动命令:"
echo " ros2 launch skylink_bridge_python bridge.launch.py"
echo ""