dusty-nv / ros_deep_learning

Deep learning inference nodes for ROS / ROS2 with support for NVIDIA Jetson and TensorRT
862 stars 258 forks source link

using realsense2 as an input source #112

Open harel314 opened 1 year ago

harel314 commented 1 year ago

Hi dusty,

In my case, i am using realsense2 D435 source is a ros2 publisher that publishes Images in a numpy array form. Is it possible to feed the video-viewer with a different type?

should I alter one of these inputs instead :

WhatsApp Image 2022-10-23 at 11 57 26

Thanks in advance!

dusty-nv commented 1 year ago

Hi @harel314, my nodes expect to receive a sensor_msgs/Image message, which is standard for camera data. Is that the message type that your realsense node publishes?