You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Hello everyone,
i am having trouble getting the ros_openvino_toolkit package to run with the dev-ov2020.3 branch.
The platform is built on Ubuntu 18.04.5 LTS with the 5.4 Kernel. Therefore i would like to run the lates version of librealsense 2.45.0 and the corresponding realsense-ros package 2.3.0.
I installed the openvino 2020.3 release and confirmed the demo applications on the setup and i can succesfully run catkin_make on the workspace. But if i launch the
the realsense camera gets launched correctly (i can view the image in the rostopic), yet i get the error message
[ INFO ] Parsing InputDvice: RealSenseCameraTopic
[ ERROR ] Invalid input device name: RealSenseCameraTopic
[ ERROR ] currently one pipeline only supports ONE input.
I traced this back to the pipeline_manager.cpp and discovered that the RealSenseCameraTopic is commented out in the dev-ov2020.3 branch of ros_openvino_toolkit. Is there a way to fix this?