prakhar114
prakhar114
Hey, can you tell me how to pass the data from the server side to client in live mode?
Hey, So I changed the following in the code to pass the data-> ``` async def main(self): #metadata = self._scenario.get_metadata() metadata = {'type': 'xviz/metadata', 'data': {'version': '2.0.0', 'streams': {'/vehicle/velocity': {'category':...
Thanks for the help, it worked! though I found that foxglove was easier to implement and hence I shifted to that. Thank you again for the help.
Hey! I have started learning about it and for now I am using protobuff to keep a standardized data structure across all my files, as of the schemas for now...
Hello, I tested the following:- - Ran cpp based person_snd(protobuff), with which there was no ram build up issue. - I closed opencv and tried sending array = np.random.randint(10, size=(1920,1080,3))...
@Kerstin-Keller any possible solution/workaround to fix this issue?