数据闭环平台云端处理程序

LingxinMeng 6d07ad2c1c commit hai 2 meses
archive e74836ac7b commit hai 6 meses
bak 321b99db3a 修改运行方式为:可执行文件+配置文件 hai 2 meses
build f1f34e9db5 commit hai 2 meses
config f1f34e9db5 commit hai 2 meses
errorbag f1f34e9db5 commit hai 2 meses
log 6d07ad2c1c commit hai 2 meses
run f1f34e9db5 commit hai 2 meses
src f1f34e9db5 commit hai 2 meses
temp f1f34e9db5 commit hai 2 meses
test 55b046a2ea commit hai 6 meses
.gitignore b3a9b2c6e3 commit hai 5 meses
README.md 6af7b4a32e commit hai 2 meses
pjibot_delivery-2callback.spec 6af7b4a32e commit hai 2 meses
pjibot_delivery-2csv.spec 6af7b4a32e commit hai 2 meses
pjibot_delivery-2pcd.spec 6af7b4a32e commit hai 2 meses
pjibot_delivery-2simulation.spec 6af7b4a32e commit hai 2 meses
pjibot_delivery-2xosc.spec 6af7b4a32e commit hai 2 meses
pjibot_delivery-callback.spec 321b99db3a 修改运行方式为:可执行文件+配置文件 hai 2 meses
pjibot_delivery-csv.spec 321b99db3a 修改运行方式为:可执行文件+配置文件 hai 2 meses
pjibot_delivery-merge.spec 321b99db3a 修改运行方式为:可执行文件+配置文件 hai 2 meses
pjibot_delivery-pcd.spec 321b99db3a 修改运行方式为:可执行文件+配置文件 hai 2 meses
pjibot_delivery-simulation.spec 321b99db3a 修改运行方式为:可执行文件+配置文件 hai 2 meses
pjibot_delivery-xosc.spec f1f34e9db5 commit hai 2 meses
pjibot_patrol-2callback.spec d85dd5973a commit hai 2 meses
pjibot_patrol-2csv.spec d85dd5973a commit hai 2 meses
pjibot_patrol-2pcd.spec d85dd5973a commit hai 2 meses
pjibot_patrol-2simulation.spec d85dd5973a commit hai 2 meses
pjibot_patrol-2xosc.spec d85dd5973a commit hai 2 meses
pjibot_patrol-callback.spec f1f34e9db5 commit hai 2 meses
pjibot_patrol-csv.spec f1f34e9db5 commit hai 2 meses
pjibot_patrol-merge.spec f1f34e9db5 commit hai 2 meses
pjibot_patrol-pcd.spec f1f34e9db5 commit hai 2 meses
pjibot_patrol-simulation.spec f1f34e9db5 commit hai 2 meses
pjibot_patrol-xosc.spec f1f34e9db5 commit hai 2 meses

README.md

容器占用

vtd1 : 朴津系统室外配送机器人 vtd2 : 国汽系统室外配送机器人 vtd3 : 国汽系统多功能车 vtd4 : 朴津系统室外巡检机器人 & 国汽系统室外巡检机器人

已实现的错误处理方式

xosc-pjisuv.py

一、安装 ros

三、python2 安装依赖(先设置国内镜像源)

  1. pip2 install oss2
  2. sudo apt install ffmpeg
  3. pip2 install pyntcloud
  4. pip2 install pyproj
  5. apt install pcl-tools
  6. pip2 install docker
  7. pip2 install crypto
  8. pip2 install PyYAML
  9. pip2 install pyinstaller

四、python3(先设置国内镜像源)(python3版本为3.7)

  1. apt install python3-pip
  2. pip3 install --upgrade pip
  3. pip3 config set global.index-url https://mirrors.aliyun.com/pypi/simple/
  4. pip3 install opencv-python==4.2.0.32
  5. pip3 install pycryptodome
  6. pip3 install pandas
  7. pip3 install pybind11
  8. pip3 install scenariogeneration==0.3.7
  9. pip3 install matplotlib
  10. pip3 install scikit-learn
  11. pip3 install pyproj
  12. pip3 install pyntcloud

阿里云oss连接

cname:http://open-bucket.oss.icvdc.com
keyid:n8glvFGS25MrLY7j
secret:xZ2Fozoarpfw0z28FUhtg8cu0yDc5d
预设OSS路径: oss://open-bucket
cname:http://pji-bucket1.oss.icvdc.com
keyid:n8glvFGS25MrLY7j
secret:xZ2Fozoarpfw0z28FUhtg8cu0yDc5d
预设OSS路径: oss://pji-bucket1

pjibot

nohup python2 pjibot_merge.py > log/pjibot_merge.out 2>&1 & nohup python2 pjibot_csv.py > log/pjibot_csv.log 2>&1 & nohup python2 pjibot_camera.py > log/pjibot_camera.log 2>&1 & nohup python2 pjibot_pcd.py > log/pjibot_pcd.log 2>&1 & nohup python2 pjibot_callback.py > log/pjibot_callback.log 2>&1 &

轨迹生成工具部署

source /root/workspace/devel/setup.bash