Sem descrição

孟令鑫 13f751f65e commit há 1 ano atrás
aarch64 13ade90727 commit há 1 ano atrás
amd64 13c905149e commit há 1 ano atrás
common a4fb9a3fd1 commit há 1 ano atrás
kinglong a4fb9a3fd1 commit há 1 ano atrás
kinglong_msgs b6da66d914 commit há 1 ano atrás
pji a4fb9a3fd1 commit há 1 ano atrás
pji_msgs 66043eb730 commit há 1 ano atrás
pjisuv_msgs 13f751f65e commit há 1 ano atrás
test 13c905149e commit há 1 ano atrás
trigger 47faad40d0 commit há 1 ano atrás
build-pjisuv.sh 4a58fcad45 commit há 1 ano atrás
build-topic-echo.sh abfea99dcd commit há 1 ano atrás
build.sh 6f49c1c9d1 commit há 1 ano atrás
go.mod 159805898d commit há 1 ano atrás
go.sum e2b05dcead commit há 1 ano atrás
readme.md 47faad40d0 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