2026-03-18 17:23:23 +08:00

16 lines
547 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 交互式启动 BaYeSe perf 容器entrypoint 为 /bin/bash
# 用于在容器内交互式使用 BPUhrt_model_exec 等工具)
docker run -it --rm \
--name hrt-perf-bayese-interactive \
--privileged \
-v /opt/hobot:/opt/hobot:ro \
-v /usr/hobot:/usr/hobot:ro \
-v /opt/tros:/opt/tros:ro \
-v /lib/aarch64-linux-gnu:/host_lib/aarch64-linux-gnu:ro \
-e LD_LIBRARY_PATH="/usr/hobot/lib:/host_lib/aarch64-linux-gnu:/lib/aarch64-linux-gnu" \
-e ROS_DOMAIN_ID=0 \
--entrypoint /bin/bash \
hrt_perf_bayese:v1.24.5