12345678910111213141516171819 |
- type: 3 # 机器人类型 1 引导机器人 2 配送机器人 3 巡检机器人
- node:
- name: node1
- ip: 192.168.1.104
- rosparam-path: /opt/ros/noetic/bin/rosparam
- # 获取oss连接信息的接口url
- #url-get-oss-config: http://36.110.106.156:18379/oss/config?token=nXonLUcMtGcrQqqKiyygIwyVbvizE0wD # 国汽数据闭环
- url-get-oss-config: http://36.110.106.156:18379/oss/pji?token=nXonLUcMtGcrQqqKiyygIwyVbvizE0wD # 朴津数据闭环
- # 朴津机器人数据前缀
- oss-base-prefix: pjibot-patrol/
- # oss上的配置文件的名称
- cloud-config-filename: cloud-config.yaml
- # 将oss上的配置文件下载到本地的路径
- cloud-config-local-path: /home/pji/cicv-data-closedloop/config/cloud-config.yaml
- restart-cmd:
- dir: "/home/pji/cicv-data-closedloop/"
- name: "sh"
- args:
- - "start-master.sh"
|