I would like to ask for your advice regarding a case reported by one of our customers using ROS 2 Humble on Jetson.
The customer attempted to use both the Ouster ROS driver (ouster-ros
) and Ouster SDK (ouster-sdk
) at the same time, in order to visualize and process LiDAR data. However, the setup did not work as expected, and they reached out to us for support.
To investigate, I conducted a test under the same conditions and found that I was unable to run both ouster-ros
and ouster-sdk
simultaneously on the same device.
- I launched the
ouster-ros
driver. - In another terminal, I subscribed to topics and attempted to open the
ouster-sdk
visualization (viz
). - I tested with both
viz:=false
andviz:=true
, but in both cases the SDK visualization did not start or remained inactive.
This experience led me to wonder:
Is it possible to use
ouster-ros
and ouster-sdk
at the same time on the same device?
We would greatly appreciate it if you could share any insight, recommended practices, or known limitations — regardless of whether it’s on Jetson or any other platform.
Thank you in advance for your support.