If I run 'ros2 launch object_analytics_node object_analytics.launch.py' on ROS2 Dashing (Ubuntu 18.04) it says "package 'realsense_ros2_camera' not found, searching: ['/opt/ros/dashing']".
However, the package it's referring to is deprecated when you visit it's github page...
Is there any way I could make it to refer to the new ros-realsense package instead of the old deprecated one?
Thanks in advance.