diff --git a/README.md b/README.md index c52ba1e..7a4e509 100644 --- a/README.md +++ b/README.md @@ -152,14 +152,3 @@ sudo dpkg -r controller * **Topic**:`/rtk_message` - -## 4. 版本历史 - - - -| 版本 | 更新日期 | 更新内容 | 开发者 | -| ---- | -------- | ------------------------------------------------------------ | ------------------ | -| V1.0 | 2025-09-17 | 初始版本,定义`McCtrl.msg`和`Rtk.msg`结构,明确 Topic | \[zxwl] | -| V1.1 | 2025-09-22 | controller.deb的安装、启动与卸载 | \[zxwl] | -| V1.2 | 2025-09-23 | 增加日志管理 | \[zxwl] | - diff --git a/controller_202509281626_arm64.deb b/controller_202509281626_arm64.deb new file mode 100644 index 0000000..7977b91 Binary files /dev/null and b/controller_202509281626_arm64.deb differ diff --git a/make_deb.sh b/make_deb.sh index 5c51b4b..da9be05 100755 --- a/make_deb.sh +++ b/make_deb.sh @@ -5,7 +5,7 @@ PKG_NAME="controller" PKG_VERSION="$(date +%Y%m%d%H%M)" ARCH="arm64" MAINTAINER="LYQ" -DESCRIPTION="Binary package of remote controller nodes for robot (ROS2 Humble)." +DESCRIPTION="Binary package of remote controller nodes for robot (ROS2 foxy)." INSTALL_DIR="/opt/${PKG_NAME}" WORKDIR="$(pwd)/deb_build" INSTALL_SRC="$(pwd)/install" @@ -27,7 +27,7 @@ Priority: optional Architecture: ${ARCH} Essential: no Maintainer: ${MAINTAINER} -Depends: ros-humble-ros-base, libc6 (>= 2.34), logrotate +Depends: ros-foxy-ros-base, logrotate Description: ${DESCRIPTION} EOF @@ -67,14 +67,14 @@ EOF chmod +x "${WORKDIR}/${INSTALL_DIR}/can.sh" # ============================ -# 创建 start_all.sh (nvidia 用户执行) +# 创建 start_all.sh (aiec 用户执行) # ============================ cat > "${WORKDIR}/${INSTALL_DIR}/start_all.sh" < "${WORKDIR}/etc/systemd/system/${PKG_NAME}.service" <