VIS4ROB-lab / covins

COVINS-(G) -- A (Generic) Framework for Collaborative Visual-Inertial SLAM and Multi-Agent 3D Mapping
366 stars 63 forks source link

Couldn't receive the realsense camera's image #44

Closed ajxdhe closed 6 months ago

ajxdhe commented 1 year ago

I lanuched my realsense camera then launch the vins but vins didn't receive camera and imu data

GphJbNmCbN

kithTCJdNM ZYGMOGACuB 0phtkLMhtS

manthan99 commented 1 year ago

Hi

You will need to remap the topics according to your agent. For example in the above case, because of the remap of the camera topics in the launch file, the VINS node expects the data to have the topic /realsense/infra1/image_rect_raw0 (For the agent 0). You will need to change this to the correct topic or alternatively you can remove the remap lines in the launch file and put the correct topic names in the VINS config file.

Hope this helps.

Thank you Best Manthan

patriksc commented 6 months ago

Closing - inactive