11 lines
393 B
Markdown
11 lines
393 B
Markdown
# 单目3D室内检测算法部署流程:
|
||
|
||
1. 配置tros.b环境
|
||
foxy版本:source /opt/tros/setup.bash
|
||
humble版本:source /opt/tros/humble/setup.bash
|
||
|
||
2. 从tros.b的安装路径中拷贝出运行示例需要的配置文件。
|
||
cp -r /opt/tros/${TROS_DISTRO}/lib/mono3d_indoor_detection/config/ .
|
||
|
||
3. 启动launch文件
|
||
ros2 launch mono3d_indoor_detection mono3d_indoor_detection.launch.py |