stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
450 stars 392 forks source link

ZED X mini with Jetson Nano Orin low capture/publish frequency #958

Open franzpeter124 opened 1 month ago

franzpeter124 commented 1 month ago

Preliminary Checks

Description

I can not get the desired frequency for image capture and publication, same for pos. tracking (/tf)from the camera. Based on solutions of related issues I investigated:

My main usage of the camera is Pos. tracking and publication of map -> odom -> base_link.

Steps to Reproduce

  1. Run ros wrapper
  2. Observe capture/publish frequency via rostopic hz and rqt diagnostics

Expected Result

As defined in yaml files: 15hz frequency

Actual Result

Maximum of 10-12 hz frequency.

ZED Camera model

ZED Mini

Environment

Hardware setup:
ZED x mini with capture card mono:
- driver: stereolabs-zedx_1.0.5-ZED-LINK-MONO-L4T35.4.1_arm64

Jetson Orin nano:
- ZED SDK: ZED_SDK_Tegra_L4T35.4_v4.1.3
- ROS noetic
- Jetpack 5.1.2 L4t 35.4.1

Note:
- ROS master runs on other jetson device, connected via gigabit router (which can easily route other images streams)

Anything else?

SpraggettMG commented 1 month ago

Any updates?