Hi
I am trying to execute roslaunch ti_vl visloc.launch while roslaunch realsense2_camera rs_camera.launch is running and putting the input image topic in visloc.launch as /camera/color/image_raw which is the output from rs_camera.launch. I am recieving the following error:
[ INFO] [1700009089.817898998]: Created Publisher for topic: vis_localize/out_image
[ INFO] [1700009089.824087875]: Created Publisher for topic: vis_localize/pose
[ INFO] [1700009089.827646446]: Created Publisher for topic: vis_localize/map
[ INFO] [1700009089.838358822]: Subscribed to the topic: /camera/color/image_raw
[ INFO] [1700009089.839243049]: processCompleteEvtHdlr Launched.
[00:45:58.68968.968219]:ERROR:[VISLOC_run:0283] VISLOC_popFreeInputDesc() failed. Incoming Frame is dropped!
[00:45:58.69042.042946]:ERROR:[VISLOC_run:0283] VISLOC_popFreeInputDesc() failed. Incoming Frame is dropped!
Please suggest how to proceed further to resolve this issue.