-
-
Save ishotjr/cabf60563a3c053e290fa7d3e259d6c0 to your computer and use it in GitHub Desktop.
RDK X5 Stereo Depth Algorithm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 配置tros.b humble环境 | |
| source /opt/tros/humble/setup.bash | |
| # 启动双目模型launch文件,其包含了算法和双目相机节点的启动 | |
| ros2 launch hobot_stereonet stereonet_model_web_visual_v2.0.launch.py \mipi_image_width:=640 mipi_image_height:=352 mipi_lpwm_enable:=True mipi_image_framerate:=15.0 \need_rectify:=False height_min:=-10.0 height_max:=10.0 pc_max_depth:=5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment