Skip to content

Instantly share code, notes, and snippets.

@ishotjr
Created June 25, 2025 16:55
Show Gist options
  • Select an option

  • Save ishotjr/cabf60563a3c053e290fa7d3e259d6c0 to your computer and use it in GitHub Desktop.

Select an option

Save ishotjr/cabf60563a3c053e290fa7d3e259d6c0 to your computer and use it in GitHub Desktop.
RDK X5 Stereo Depth Algorithm
# 配置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