Sen descrición

孟令鑫 083ed17644 commit hai 1 ano
aarch64 083ed17644 commit hai 1 ano
amd64 13c905149e commit hai 1 ano
common 0535c2ed1c commit hai 1 ano
kinglong_msgs b6da66d914 commit hai 1 ano
pji_msgs 66043eb730 commit hai 1 ano
pjisuv_msgs 71c24e4bf3 commit hai 1 ano
test 710d89bde0 commit hai 1 ano
trigger d4e452055d commit hai 1 ano
build-pji.sh 3e818c4aeb commit hai 1 ano
build-pjisuv.sh 3e818c4aeb commit hai 1 ano
build-topic-echo.sh 3e818c4aeb commit hai 1 ano
build.sh 3e818c4aeb commit hai 1 ano
go.mod a4c20091b8 commit hai 1 ano
go.sum a4c20091b8 commit hai 1 ano
kinglong-control.service 322bbd56a4 commit hai 1 ano
pji-control.service 322bbd56a4 commit hai 1 ano
pjisuv-control.service dcb56c1d65 commit hai 1 ano
readme.md 322bbd56a4 commit hai 1 ano
remove-all.sh 737375ad6f commit hai 1 ano
reobag-record.sh 47faad40d0 commit hai 1 ano
start-plugin-compile.sh 54f2e306b0 commit hai 1 ano

readme.md

go version

1.21.6

编译

一、进入容器

docker exec -it aarch64ubuntu18 /bin/bash

二、拉取代码

cd /root/cicv-data-closedloop git pull

三、编译

sh build.sh

四、宿主机复制

cd /root/mlx/ docker cp 23e9164d44:/root/cicv-data-closedloop ./

find ./data -type f | wc -l

启动 arm64 容器

sudo docker run -itd -p 12340:12340 -p 9849:22 --rm --name aarch64ubuntu18 --platform linux/arm64/v8 rosbag-handle-compile:v20240117.4 /bin/bash

systemctl

2 启动并启用服务

sudo systemctl enable pji-control sudo systemctl start pji-control

3 查看服务状态

sudo systemctl status pji-control