Sem descrição

孟令鑫 4f014532ef commit há 1 ano atrás
aarch64 4f014532ef commit há 1 ano atrás
amd64 13c905149e commit há 1 ano atrás
common b2b127d9b9 commit há 1 ano atrás
kinglong_msgs b6da66d914 commit há 1 ano atrás
pji_msgs 66043eb730 commit há 1 ano atrás
pjisuv_msgs 4f014532ef commit há 1 ano atrás
test 710d89bde0 commit há 1 ano atrás
trigger 47faad40d0 commit há 1 ano atrás
build-pji.sh 3e818c4aeb commit há 1 ano atrás
build-pjisuv.sh 3e818c4aeb commit há 1 ano atrás
build-topic-echo.sh 3e818c4aeb commit há 1 ano atrás
build.sh 3e818c4aeb commit há 1 ano atrás
go.mod 159805898d commit há 1 ano atrás
go.sum e2b05dcead commit há 1 ano atrás
kinglong-control.service 322bbd56a4 commit há 1 ano atrás
pji-control.service 322bbd56a4 commit há 1 ano atrás
pjisuv-control.service dcb56c1d65 commit há 1 ano atrás
readme.md 322bbd56a4 commit há 1 ano atrás
remove-all.sh 737375ad6f commit há 1 ano atrás
reobag-record.sh 47faad40d0 commit há 1 ano atrás
start-plugin-compile.sh 54f2e306b0 commit há 1 ano atrás

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