rdk_robot_dev_agent/knowledge_hub/双目OCC算法部署流程.md

17 lines
664 B
Markdown
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.

# 单目3D室内检测算法部署流程使用本地图片回灌
1. 配置tros.b humble环境
source /opt/tros/humble/setup.bash
2. 启动ZED-2i相机和占用网络推理程序
ros2 launch dstereo_occnet zed2i_occ_node.launch.py
3. 启动launch文件
ros2 launch mono3d_indoor_detection mono3d_indoor_detection.launch.py
4. 程序启动后可以通过网页查看ZED-2i发布的双目图像在PC端浏览器输入[http://ip:8000](http://ip:8000/) 即可查看双目图像ip为RDK板端的ip并且要保证PC和RDK能通过网络通讯
5. 通过rviz2可查看占用网格
sudo apt install ros-humble-rviz2
source /opt/tros/humble/setup.bash
rviz2