At present in Cesium we parse Data through JSON format and load assets synchronizely but is it possible to load cesium assets by parsing data through the ROS Topic.If yes how can we do it??
Someone today asked me about bringing ROS Topics into Cesium. Is that possible?
Iām not very familiar with ROS Topics, though I imagine upon receiving a message they could be converted to a standard format which CesiumJS supports.
1 Like
Yes, you can receive ROS data using javascript:
If I figure out a simple demo, I will share it here.
1 Like