7 Star 0 Fork 3

kai-wang/hnurm_vision

forked from HNUYueLuRM/HNUVISION_ROS2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bringup.sh 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
kai-wang 提交于 2024-05-28 20:05 . comment out tty checking
#!/bin/bash
#while [ true ]; do
# if ls /dev/ttyACM* 1> /dev/null 2>&1 || ls /dev/ttyUSB* 1> /dev/null 2>&1 ;then
# break
# else
# echo "waiting for the uart..."
# fi
#done
cmds=(
"ros2 launch hnurm_bringup compose.launch.py"
)
for cmd in "${cmds[@]}"
do
echo Current CMD : "$cmd"
gnome-terminal -- bash -c "cd $(pwd);source /home/rm/hnuvision/install/setup.bash;$cmd;exec bash;"
sleep 0.2
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kai-waang/hnurm_vision.git
[email protected]:kai-waang/hnurm_vision.git
kai-waang
hnurm_vision
hnurm_vision
standard

搜索帮助