simulator icon indicating copy to clipboard operation
simulator copied to clipboard

How we can publish data to lgsvl?

Open Deepak3994 opened this issue 2 years ago • 1 comments

Hi,

I am trying to display bounding box info to lgsvl, using 3 camera at front of the car. How can i individually send the bbox info to lgsvl, where the data are coming from 3 front camera.

How can we setup subscriber nodes in lgsvl?

Deepak3994 avatar Mar 16 '22 16:03 Deepak3994

You can write your own sensor module that will accept data if you wish or modify the current camera sensor source code to have a subscriber topic for your bounding box. One potential solution would be to crop the image wherever you are processing the images. You can see the color camera source code here: https://github.com/lgsvl/ColorCameraSensor

carTloyal123 avatar Mar 25 '22 17:03 carTloyal123